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.
1 parent ee25959 commit f25d783Copy full SHA for f25d783
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Generate documentation
35
run: poetry run sphinx-build -b html ./ ./_build
36
- name: Deploy to GitHub Pages
37
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
38
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
39
with:
40
publish_branch: docs
0 commit comments