Skip to content

Commit

Permalink
ci: 自动构建文档
Browse files Browse the repository at this point in the history
  • Loading branch information
蔡金锋 committed Jun 8, 2021
1 parent 29215ff commit 3570b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: npm install
- name: Test
run: npm test
- name: Build docs
run: npm run build:doc
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 3570b09

Please sign in to comment.