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 @@