We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b38a94 + 3444be7 commit 0e378c9Copy full SHA for 0e378c9
1 file changed
.github/workflows/deploy-docs.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: GitHub Pages action
47
if: success() && github.event_name == 'release'
48
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
+ uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
49
with:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: docs/_build/html
0 commit comments