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 Mar 8, 2022
1 parent 38224d3 commit 0890102
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,17 @@ jobs:
- 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
- run: markdown-to-html --source packages/ncc/README.md --output build/ncc.html

- name: Converts kkt Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
output: build/index.html

- name: Converts ncc Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: packages/ncc/README.md
output: build/ncc.html

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand All @@ -60,14 +68,6 @@ jobs:
working-directory: example/basic-entry
run: npm run build

- name: example @template/bundle
working-directory: example/bundle
run: npm run build && npm run bundle && npm run bundle:min

- name: example @template/bundle-node
working-directory: example/bundle-node
run: npm run bundle && npm run bundle:min

- name: example @template/chrome-plugin
working-directory: example/chrome-plugin
run: npm run build && npm run coverage
Expand Down

0 comments on commit 0890102

Please sign in to comment.