We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fd18e commit 0f8afd0Copy full SHA for 0f8afd0
.github/workflows/docs_publish.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Deploy documentation to nsls-ii.github.io
45
# We pin to the SHA, not the tag, for security reasons.
46
# https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
47
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
+ uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3
48
with:
49
deploy_key: ${{ secrets.ACTIONS_DOCUMENTATION_DEPLOY_KEY }}
50
publish_branch: master
0 commit comments