From 5b9b7372a61f64239e965a8a907dfb1cc911609a Mon Sep 17 00:00:00 2001 From: lutinglt Date: Fri, 23 Jan 2026 19:05:54 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84b30e8..d946c20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,7 @@ jobs: with: filters: | src: + - ".github/workflows/*.yml" - "scripts/*" - "src/**/*.ts" - "styles/**/*.ts" @@ -26,7 +27,7 @@ jobs: id: build if: steps.changes.outputs.src == 'true' run: | - npm run install + npm install npm run build - name: Upload css assets