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 Aug 9, 2023
1 parent fedaf41 commit 396e567
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,22 @@ jobs:
- run: cp -rf test/example/dist coverage/example
- run: cp -rf test/templates/dist coverage/templates

- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
output: coverage/index.html
github-corners: https://github.com/jaywcjlove/svgtofont.git
- name: Create idoc config.
run: |
cat > idoc.yml << EOF
site: "SVG To Font {{version}}"
menus:
Home: index.html
EOF
- run: npm install idoc@1.26.6 -g
- run: idoc --output coverage

# - name: Converts Markdown to HTML
# uses: jaywcjlove/markdown-to-html-cli@main
# with:
# output: coverage/index.html
# github-corners: https://github.com/jaywcjlove/svgtofont.git

- uses: jaywcjlove/coverage-badges-cli@main

Expand Down

0 comments on commit 396e567

Please sign in to comment.