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