From 96e10ac5a8359a4563219275186dee4e0bd08bff Mon Sep 17 00:00:00 2001 From: mac-mini-2024 Date: Wed, 20 Nov 2024 22:10:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20CI=20=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=EF=BC=8C=E4=BD=BF=E7=94=A8=20vite=20?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=9E=84=E5=BB=BA=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20zod-form=20=E7=BB=84=E4=BB=B6=E7=9A=84=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- src/zod-form/index.vue | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12807f0..68e5789 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: - uses: yanhao98/composite-actions/setup-node-environment@main - name: deploy run: | - pnpm build + vite build export DEPLOY_DOMAIN=https://vue-formkit-example.oo1.dev cp dist/index.html dist/200.html npx surge --project ./dist --domain $DEPLOY_DOMAIN --token d843de16b331c626f10771245c56ed93 # npx surge token diff --git a/src/zod-form/index.vue b/src/zod-form/index.vue index 9d5b3eb..71c3185 100644 --- a/src/zod-form/index.vue +++ b/src/zod-form/index.vue @@ -1,12 +1,11 @@