diff --git a/.github/workflows/sphinx-make-page.yml b/.github/workflows/sphinx-make-page.yml index 55ea359ab53..e60e7cc2fb4 100644 --- a/.github/workflows/sphinx-make-page.yml +++ b/.github/workflows/sphinx-make-page.yml @@ -53,7 +53,7 @@ jobs: path: gh-pages - name: Deploy Pages if: ${{ success() && github.event_name != 'pull_request' && !env.ACT }} - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_build/html