Skip to content

Commit a62a5c9

Browse files
ci.yml
ci.yml
1 parent b5d189b commit a62a5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# 这里展示了如何执行多条命令
2828
- name: Install and Build
2929
run: |
30-
npm install
31-
npm run build
30+
yarn
31+
yarn build
3232
# 这里引用了别人写好的发布库,具体参数信息可以查阅上面的链接
3333
- name: Deploy to GitHub Pages
3434
uses: JamesIves/github-pages-deploy-action@4.0.0

0 commit comments

Comments
 (0)