From 895d4412c1bfb7ef10fd11279018a82ce7f70cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 19 Dec 2024 18:25:32 +0800 Subject: [PATCH] chore(ci): add build step to CI workflow --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0aef368..ec5799f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/checkout@main - uses: yanhao98/composite-actions/setup-node-environment@main + - run: pnpm run build - uses: yanhao98/composite-actions/deploy-dist-to-surge@main id: surge_deploy - name: Check Surge URL