Skip to content

Commit 6698e8a

Browse files
authored
Merge pull request #83 from waynerv/fix-docs
Fix docs publish stage for release workflow
2 parents c56b5f5 + 253cb16 commit 6698e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
poetry run mkdocs build
5858
5959
- name: publish documentation
60-
uses: peaceiris/actions-gh-pages@v3
60+
uses: peaceiris/actions-gh-pages@v4
6161
with:
62-
personal_token: ${{ secrets.PERSONAL_TOKEN }}
62+
github_token: ${{ secrets.GITHUB_TOKEN }}
6363
publish_dir: ./site
6464

6565
- name: Build wheels and source tarball

0 commit comments

Comments
 (0)