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.
2 parents d464127 + 481e872 commit d0435a7Copy full SHA for d0435a7
.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@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
50
with:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_dir: .github/pages
0 commit comments