diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ccfdfa6b..0ad1618d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -28,7 +28,7 @@ jobs: run: poetry run cli build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.PERSONAL_TOKEN }} publish_branch: master