From 8c33b82ff8e5e0346e30cc624eb13444eb9b9308 Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 3 Jan 2025 21:25:02 +0800 Subject: [PATCH] =?UTF-8?q?[build]=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=8C=E7=9B=B4=E6=8E=A5=E5=85=8B=E9=9A=86?= =?UTF-8?q?=20server-status-web=20=E4=BB=93=E5=BA=93=E5=B9=B6=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dde2fc..c2f34bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,11 +42,11 @@ jobs: - name: Pull and build front-end run: | - cd web + git clone https://github.com/snowykami/server-status-web + cd server-status-web npm install -g pnpm pnpm install --no-frozen-lockfile pnpm run build - ls -al mkdir -p ../server-status-server/api/frontend/web cp -r dist ../server-status-server/api/frontend/web