We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f1afb9 + bedc11f commit 78c23cdCopy full SHA for 78c23cd
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
sphinx-build -b html docs/ ./public
25
26
- name: Publish
27
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: ./public
0 commit comments