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.
2 parents 37fcfd7 + 16ff2b0 commit fcd6164Copy full SHA for fcd6164
.github/workflows/docs.yml
@@ -62,7 +62,7 @@ jobs:
62
name: docs
63
- run: unzip docs_output.zip
64
- name: Publish to gh-pages
65
- uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501 # v3.7.3 (2020-10-20)
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
66
with:
67
github_token: ${{ secrets.GITHUB_TOKEN }}
68
publish_dir: ./docs_output
0 commit comments