From ec55c61ba5a8da4fbe865762005927871e1d18b5 Mon Sep 17 00:00:00 2001 From: yangzi <1131696774@qq.com> Date: Wed, 20 Dec 2023 16:40:54 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20=E4=BF=AE=E6=94=B9workflow?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= 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 4491ee6..3290c6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,8 +69,8 @@ jobs: # 如果没有命中缓存才执行 npm install if: steps.cache-deps.outputs.cache-hit != 'true' run: | - npm install - pnpm run build:prod + npm install --legacy-peer-deps + npm run build:prod # 部署到gh-pages分支 - name: deploy