From a4202fdcf556241789ff2d1bfc12186d03049ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Sat, 12 Oct 2024 12:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20CI=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E4=B8=AD=E7=9A=84=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8=20github.event.act=20=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3=20env.ACT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 807d917..794821d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: env: VITE_BUILD_COMMIT: ${{ github.sha }} - name: 部署到 Surge - if: ${{ !env.ACT }} # https://nektosact.com/usage/index.html#skipping-steps + if: ${{ !github.event.act }} # https://nektosact.com/usage/index.html#skipping-steps id: surge_deploy # pnpm exec surge token / pnpx surge token # https://github.com/Tencent/tdesign-vue-next/pull/1604#issuecomment-1236244550