From 253cb1647edaeb970fa5d240e5cc82d343051e48 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sat, 6 Jul 2024 14:40:57 +0800 Subject: [PATCH] Fix docs publish stage --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6e3442..2e553c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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