From bd09bb6cf93ad214bdf6465a024090e1579e93c9 Mon Sep 17 00:00:00 2001 From: Dup4 Date: Mon, 29 Jan 2024 23:02:24 +0800 Subject: [PATCH] chore: change deploy to gh-pages Signed-off-by: Dup4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4f7628..f3c5b64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,13 +50,13 @@ jobs: run: | pnpm build - - name: Deploy to deploy-pages + - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: site force_orphan: true - publish_branch: deploy-pages + publish_branch: gh-pages user_name: "github-actions[bot]" user_email: "github-actions[bot]@users.noreply.github.com" commit_message: 🚀 Deploying to gh-pages @ ${{ env.GITHUB_SHA }}