We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d94f4c + fd35dbc commit 83a7edeCopy full SHA for 83a7ede
1 file changed
.github/workflows/deploy-docs.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Deploy
49
if: success() && github.event_name == 'release'
50
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
51
with:
52
github_token: ${{ secrets.GITHUB_TOKEN }}
53
publish_dir: docs/build/html
0 commit comments