Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 13, 2023
1 parent ee82e11 commit 8d4276d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- run: npm run build
- run: npm run coverage

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main

- name: Create idoc config.
run: |
cat > idoc.yml << EOF
Expand Down Expand Up @@ -51,6 +48,11 @@ jobs:

- run: cp -rp coverage/lcov-report build

- name: Create Coverage Badges
uses: jaywcjlove/coverage-badges-cli@main
with:
output: build/badges.svg

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

0 comments on commit 8d4276d

Please sign in to comment.