From f810a0892d6ab74e6e1b3c3d29b9d6fe2cea6419 Mon Sep 17 00:00:00 2001 From: GauharChan <45651308+GauharChan@users.noreply.github.com> Date: Thu, 25 May 2023 14:18:06 +0800 Subject: [PATCH] =?UTF-8?q?ci(fix):=20=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0?= =?UTF-8?q?lock=E6=96=87=E4=BB=B6=E5=AF=BC=E8=87=B4github=20action?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=20(#2802)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b93dbb34..261d9c2c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -103,7 +103,7 @@ jobs: env: NODE_OPTIONS: '--max_old_space_size=4096' run: | - pnpm install + pnpm install --no-frozen-lockfile pnpm build touch dist/.nojekyll cp dist/index.html dist/404.html