Skip to content

Commit

Permalink
Fix commit hash for peaceiris/actions-gh-pages (#3)
Browse files Browse the repository at this point in the history
Fix wrong commit hash for `peaceiris/actions-gh-pages` in the
`build.yml` GH Action.
  • Loading branch information
santisoler authored Jan 8, 2024
1 parent 5fbf9fe commit 6b6c9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Deploy to gh-pages
if: success() && github.event_name != 'pull_request'
# Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
uses: peaceiris/actions-gh-pages@v373f7f263a76c20808c831209c920827a82a2847
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/html
Expand Down

0 comments on commit 6b6c9b4

Please sign in to comment.