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 a7bf152 commit ae1ce41
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 @@ -20,8 +20,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 ae1ce41

Please sign in to comment.