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