We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99191dc commit 59dc960Copy full SHA for 59dc960
1 file changed
.github/workflows/deploy-docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build documentation
20
run: cd docs && sphinx-build -b html . _build
21
- name: Deploy to GitHub Pages
22
- uses: actions/deploy-pages@v4
+ uses: peaceiris/actions-gh-pages@v3
23
with:
24
- artifact-dir: docs/_build
25
- token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: docs/_build
0 commit comments