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 13, 2023
1 parent 44f95ba commit f44a195
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ jobs:

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

- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: README.md
output: build/index.html
github-corners: https://github.com/jaywcjlove/chmod-cli

- run: tree -I 'node_modules|.git|.github|src' -L 3 -a

Expand Down

0 comments on commit f44a195

Please sign in to comment.