From b623779f966b475bb743c9ce900d5d86da942b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:24:54 +0000 Subject: [PATCH] chore(deps): update peaceiris/actions-gh-pages action to v4 --- .github/workflows/release-local.yml | 2 +- .github/workflows/release-remote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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