Skip to content

Commit

Permalink
Fix docs publish stage
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Jul 6, 2024
1 parent c56b5f5 commit 253cb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
poetry run mkdocs build
- name: publish documentation
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site

- name: Build wheels and source tarball
Expand Down

0 comments on commit 253cb16

Please sign in to comment.