Skip to content

Commit

Permalink
chore: 修改 CI 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
juzi214032 committed Aug 24, 2020
1 parent c677771 commit 7bf6b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: "12"
- name: 安装 NPM 依赖
run: npm i
run: npm ci
- name: 开始编译
run: npm run build
- name: 部署 Github Pages
Expand Down

0 comments on commit 7bf6b2d

Please sign in to comment.