Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhjain1712 committed Aug 31, 2024
1 parent 7a6c503 commit d4413e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
git config user.email "[email protected]"
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4 # Latest version of gh-pages action
uses: eaceiris/actions-gh-pages@v4 # Latest version of gh-pages action
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # Provided by GitHub
publish_dir: ./ # The directory to deploy

0 comments on commit d4413e9

Please sign in to comment.