Skip to content

Commit

Permalink
更改了部署流程,避免了lockfile问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
EDGW committed Aug 24, 2024
1 parent 2006ab4 commit 29f76bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: 安装依赖
run: |
corepack enable
pnpm install --frozen-lockfile
pnpm install
- name: 构建文档
env:
Expand Down
Loading

0 comments on commit 29f76bf

Please sign in to comment.