We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3696c04 + d8c9be1 commit 1c19cc0Copy full SHA for 1c19cc0
1 file changed
.github/workflows/latest_docs.yml
@@ -30,7 +30,7 @@ jobs:
30
run: poetry run sphinx-build -b html docs/source docs/build/html
31
32
- name: Deploy HTML to GitHub Pages 🚀
33
- uses: peaceiris/actions-gh-pages@v3.9.3
+ uses: peaceiris/actions-gh-pages@v4
34
with:
35
publish_branch: gh-pages
36
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments