Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 authored May 11, 2024
1 parent 15fc24f commit 0421311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
# 如果缓存没有命中,安装依赖
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install && yarn upgrade
# yarn 4 需要corepack安装
run: corepack enable && yarn install && yarn upgrade
# run: yarn --frozen-lockfile

# 运行构建脚本
Expand Down

0 comments on commit 0421311

Please sign in to comment.