diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 7ea7ca2b99..cf9cf98570 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -30,7 +30,7 @@ jobs: - name: Deploy main if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./specs/book