From 959bb2e24c157c20d10381474f6c939f86f922fc Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 5 Jun 2025 22:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8D=A2=E8=A1=8C=E7=AC=A6?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87121d1..635ba2e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,5 +42,4 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" - npx gh-pages -d build -u "github-actions[bot] " \ - --repo "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" + npx gh-pages -d build -u "github-actions[bot] " --repo "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git"