From 7031f7b251ee61a37f79b8467a782ecaad6a7376 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 5 Jun 2025 22:22:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A5=BD=E4=BA=86=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ae7c13..3bf4366 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,3 +43,4 @@ jobs: git config --global user.name "github-actions" git config --global user.email "github-actions@users.noreply.github.com" npx gh-pages -d build -u "github-actions " --repo "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}.git" + # 大抵是没有问题了