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 29, 2021
1 parent c9517a1 commit 1cb7edd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -18,8 +18,9 @@ jobs:
- run: npm run type-check
- 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 1cb7edd

Please sign in to comment.