We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fa31a commit f68d135Copy full SHA for f68d135
1 file changed
.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build Sphinx docs
21
run: poetry run sphinx-build -b html docs docs/_build/html
22
- name: Deploy to GitHub Pages
23
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
24
with:
25
- github_token: ${{ secrets.GH_PAGES_DOC_DEPLOYMENT }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: ./docs/_build/html
0 commit comments