Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 25, 2022
1 parent 94ea8ab commit d09a672
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- run: npm install
- run: npm run build

- name: example test
working-directory: example
run: |
npm install
npm run build
- run: npm i markdown-to-html-cli -g
- run: mkdir build
- run: markdown-to-html --output build/index.html
Expand Down

0 comments on commit d09a672

Please sign in to comment.