Skip to content

Commit

Permalink
Merge pull request #83 from waynerv/fix-docs
Browse files Browse the repository at this point in the history
Fix docs publish stage for release workflow
  • Loading branch information
greyli authored Jul 6, 2024
2 parents c56b5f5 + 253cb16 commit 6698e8a
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 6698e8a

Please sign in to comment.