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" + # 大抵是没有问题了