We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5920fc commit e5ea5acCopy full SHA for e5ea5ac
.github/workflows/docs.yml
@@ -46,7 +46,7 @@ jobs:
46
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
47
# We pin to the SHA, not the tag, for security reasons.
48
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
49
- uses: peaceiris/actions-gh-pages@64b46b4226a4a12da2239ba3ea5aa73e3163c75b # v3.9.1
+ uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
50
with:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_dir: .github/pages
0 commit comments