Skip to content

Commit dccfc16

Browse files
committed
修复
1 parent ae2321b commit dccfc16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
cache: pnpm
3232

3333
- name: 安装依赖
34-
run: |
35-
corepack enable
36-
pnpm install --frozen-lockfile
34+
run: pnpm install --frozen-lockfile
3735

3836
- name: 构建文档
3937
env:

0 commit comments

Comments
 (0)