Skip to content

Commit a7240e5

Browse files
committed
workflow: update
1 parent 8a3c8f1 commit a7240e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 16
2525

2626
- name: build
27-
run: pnpm install && pnpm run build:github # 部署至GitHub需要配置,base路径
27+
run: pnpm install --no-frozen-lockfile && pnpm run build:github # 部署至GitHub需要配置,base路径
2828

2929
- name: Deploy
3030
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)