diff --git a/.github/workflows/pages_deploy.yml b/.github/workflows/pages_deploy.yml index 5f65949d..aeb9f584 100644 --- a/.github/workflows/pages_deploy.yml +++ b/.github/workflows/pages_deploy.yml @@ -37,7 +37,7 @@ jobs: - run: yarn build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }}