We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fd4cc commit f0470c6Copy full SHA for f0470c6
.github/workflows/docs.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Deploy to gh-pages
46
if: success() && github.event_name == 'push'
47
# Don't use tags: https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
48
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
49
with:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: ./docs/_build/html/
0 commit comments