diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6bd8847d..358ab93b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: - name: Build website run: npm run build - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.ACTIONS_BOT_TOKEN }} # Build output to publish to the `gh-pages` branch: