From ab3ff81164e754291371c5a524cd1a2375c3b35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 18 Sep 2024 12:33:38 +0800 Subject: [PATCH] chore: Update Vercel deployment workflow to include new Vercel CLI options --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 28470e1..9923239 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -43,6 +43,8 @@ jobs: # VITE_BUILD_COMMIT: ${{ github.sha }} # https://github.com/vercel/examples/tree/main/ci-cd/github-actions + # cname-china.vercel-dns.com + # cname-cn.vercel.com # - name: Install Vercel CLI # run: npm install --global vercel@canary - name: Pull Vercel Environment Information