From 2085237baa0ac1ebead5f9bf0c52de310e077319 Mon Sep 17 00:00:00 2001 From: caiwuu <2252711582@qq.com> Date: Wed, 7 Feb 2024 15:17:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Ddeploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 242ff85..6f9ff34 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -25,7 +25,7 @@ jobs: # 执行npm脚本打包项目 - name: Install and Build run: | - npm i pnpm + npm i pnpm -g pnpm install npm run deploy