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 6ba8586 commit b1497c1Copy full SHA for b1497c1
.github/workflows/_shared-docs-build-publish-gh-pages.yml
@@ -91,9 +91,7 @@ jobs:
91
92
- name: Publish
93
# this action uses a token with contents:write, pinning to commit
94
- # de7ea6f8efb354206b205ef54722213d99067935 == v3.9.0
95
- # https://github.com/peaceiris/actions-gh-pages/releases/tag/v3.9.0
96
- uses: peaceiris/actions-gh-pages@de7ea6f8efb354206b205ef54722213d99067935
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
97
with:
98
github_token: ${{ secrets.GH_TOKEN }}
99
publish_dir: html
0 commit comments