We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf74a86 commit 99191dcCopy full SHA for 99191dc
.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: peaceiris/actions-gh-pages@v3
+ uses: actions/deploy-pages@v4
23
with:
24
- github_token: ${{ secrets.GITHUB_TOKEN }}
25
- publish_dir: docs/_build
+ artifact-dir: docs/_build
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments