Skip to content

Commit 99191dc

Browse files
committed
Update GitHub Actions workflow for deploying docs
1 parent bf74a86 commit 99191dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build documentation
2020
run: cd docs && sphinx-build -b html . _build
2121
- name: Deploy to GitHub Pages
22-
uses: peaceiris/actions-gh-pages@v3
22+
uses: actions/deploy-pages@v4
2323
with:
24-
github_token: ${{ secrets.GITHUB_TOKEN }}
25-
publish_dir: docs/_build
24+
artifact-dir: docs/_build
25+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)