Skip to content

Commit

Permalink
chore: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ruofee committed May 13, 2024
1 parent b8c45f0 commit 851aa6e
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 registry https://registry.npmjs.org/ && yarn
- name: Build # 3. 打包
run: yarn docs:build
- name: Deploy to Server
Expand Down

0 comments on commit 851aa6e

Please sign in to comment.