We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1189a5f commit 3744a92Copy full SHA for 3744a92
.github/workflows/docs.yml
@@ -50,7 +50,7 @@ jobs:
50
if: github.event_name == 'push' && github.actor != 'dependabot[bot]'
51
# We pin to the SHA, not the tag, for security reasons.
52
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
53
- uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7 # v3.9.2
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
54
with:
55
github_token: ${{ secrets.GITHUB_TOKEN }}
56
publish_dir: .github/pages
0 commit comments