Skip to content

Commit 59dc960

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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: actions/deploy-pages@v4
22+
uses: peaceiris/actions-gh-pages@v3
2323
with:
24-
artifact-dir: docs/_build
25-
token: ${{ secrets.GITHUB_TOKEN }}
24+
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
publish_dir: docs/_build

0 commit comments

Comments
 (0)