Skip to content

Commit

Permalink
create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza committed Apr 5, 2024
1 parent 82e5a14 commit 763bec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Test Converts markdown text to HTML
uses: ./
with:
source: README-zh.md
output: coverage/action.html
output: index.html
style: 'body { margin: 0; }'
github-corners: https://github.com/jaywcjlove/markdown-to-html-cli
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>
Empty file added index.html
Empty file.

0 comments on commit 763bec0

Please sign in to comment.