Commit f810a0892d6ab74e6e1b3c3d29b9d6fe2cea6419
Committed by
GitHub
1 parent
5de89b5e
ci(fix): 修复更新lock文件导致github action失败 (#2802)
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
@@ -103,7 +103,7 @@ jobs: | @@ -103,7 +103,7 @@ jobs: | ||
103 | env: | 103 | env: |
104 | NODE_OPTIONS: '--max_old_space_size=4096' | 104 | NODE_OPTIONS: '--max_old_space_size=4096' |
105 | run: | | 105 | run: | |
106 | - pnpm install | 106 | + pnpm install --no-frozen-lockfile |
107 | pnpm build | 107 | pnpm build |
108 | touch dist/.nojekyll | 108 | touch dist/.nojekyll |
109 | cp dist/index.html dist/404.html | 109 | cp dist/index.html dist/404.html |