Skip to content

Commit 8a2857f

Browse files
committed
workflow: update
1 parent ffb787e commit 8a2857f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
- uses: actions/setup-node@v3
2323
with:
2424
node-version: 16
25-
cache: 'pnpm' # 配置缓存,优化安装性能
2625

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

3029
- name: Deploy
3130
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)