diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1b79ebd08..18a61cc8a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -32,7 +32,7 @@ jobs: run: ./deploy_docs_action.sh - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out