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 Oct 2, 2021
1 parent b33bf54 commit 316ef74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
- run: npm run kkt:build
- run: npm run lib:build

- run: mkdir -p build
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output build/index.html

- name: example @template/basic
working-directory: example/basic
run: npm run build && npm run test:coverage
Expand Down Expand Up @@ -152,6 +156,7 @@ jobs:
```
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
- run: git status
Expand Down

0 comments on commit 316ef74

Please sign in to comment.