Browse Source

ci(fix): 修复更新lock文件导致github action失败 (#2802)

pull/2808/head
GauharChan 3 years ago
committed by GitHub
parent
commit
f810a0892d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy.yml

2
.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

Loading…
Cancel
Save