diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3fb1870..b37fcbe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: # cname-cn.vercel.com cname-china.vercel-dns.com - name: 拉取 Vercel 环境信息 run: pnpm exec vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }} - - name: 构建项目 + - name: 构建项目 # vite build run: pnpm exec vercel build --target=production --token=${{ secrets.VERCEL_TOKEN }} env: VITE_BUILD_COMMIT: ${{ github.sha }}