We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fd130 commit 733a88dCopy full SHA for 733a88d
.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@de7ea6f8efb354206b205ef54722213d99067935 # v3.9.0
+ 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