Skip to content

Commit

Permalink
chore: fix the error about yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
ruofee committed Jan 30, 2024
1 parent ce497f4 commit 85ad48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Node
run: yarn global add n && sudo n 16.17.1
- name: Install # 2. 安装依赖
run: yarn
run: yarn config set strict-ssl false && yarn
- name: Build # 3. 打包
run: yarn docs:build
- name: Deploy to Server
Expand Down

0 comments on commit 85ad48a

Please sign in to comment.