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 f3447dc commit a429996Copy full SHA for a429996
.github/workflows/publish-docs.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Deploy documentation
53
# We pin to the SHA, not the tag, for security reasons.
54
# https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
55
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
+ uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
56
with:
57
deploy_key: ${{ secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY }}
58
publish_branch: master
0 commit comments