Skip to content

Commit

Permalink
ci: 修复安装依赖时报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWRC committed Feb 11, 2025
1 parent ef56f4e commit 78810c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: 安装依赖
run: |
corepack enable
corepack prepare [email protected] --activate
pnpm install --frozen-lockfile
- name: 构建文档
Expand Down

0 comments on commit 78810c0

Please sign in to comment.