diff --git a/.github/workflows/release-local.yml b/.github/workflows/release-local.yml index ad5b681d..f35df40a 100644 --- a/.github/workflows/release-local.yml +++ b/.github/workflows/release-local.yml @@ -28,7 +28,7 @@ jobs: - run: pnpm run build - name: Deploy Github Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build diff --git a/.github/workflows/release-remote.yml b/.github/workflows/release-remote.yml index 41a479ef..e4dad46e 100644 --- a/.github/workflows/release-remote.yml +++ b/.github/workflows/release-remote.yml @@ -28,7 +28,7 @@ jobs: - run: pnpm run build - name: Deploy to lrc-maker.github.io - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: personal_token: ${{ secrets.GHP_TOKEN }} external_repository: lrc-maker/lrc-maker.github.io