Skip to content

Commit

Permalink
fix: 无法通过yarn安装
Browse files Browse the repository at this point in the history
  • Loading branch information
Link committed Jul 15, 2024
1 parent 59e1636 commit 81089d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
# 如果缓存没有命中,安装依赖
- name: Install dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn
run: |
yarn config set strict-ssl false
yarn
# 运行构建脚本
- name: Build VuePress site
Expand Down

0 comments on commit 81089d8

Please sign in to comment.