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 10, 2023
1 parent 6c0d1cc commit 6511cce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
output: coverage/CONTRIBUTORS.svg
avatarSize: 42

- run: npm install idoc@1.25.0 -g
- run: idoc -s "Compile Less {{version}}"
- run: cp -rp dist/* coverage

# - name: Converts Markdown to HTML
# uses: jaywcjlove/markdown-to-html-cli@main
# with:
# output: coverage/index.html
# favicon: data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>⛱️</text></svg>
- name: Create idoc config.
run: |
cat > idoc.yml << EOF
site: "Compile Less {{version}}"
menus:
Home: index.html
EOF
- run: npm install idoc@1.26.6 -g
- run: idoc --output="coverage"

- name: Create Tag
id: create_tag
Expand Down

0 comments on commit 6511cce

Please sign in to comment.