From fa04c668c6065a89b6e8f23741ac45c71c2079c9 Mon Sep 17 00:00:00 2001 From: mac-mini-2024 Date: Wed, 20 Nov 2024 22:11:19 +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=20npx=20=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=20vite=20=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68e5789..73d6309 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: | - vite build + npx 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