Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 30, 2021
1 parent 48f55e5 commit 684d828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
- run: npm run build
- run: npm run coverage

- run: npm i coverage-badges-cli -g
- run: npm i coverage-badges-cli markdown-to-html-cli -g
- run: coverage-badges
- run: markdown-to-html --output coverage/index.html

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 684d828

Please sign in to comment.