Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouza authored Oct 31, 2023
1 parent 221feb0 commit 116812b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,30 @@ permissions:
contents: read # to fetch code (actions/checkout)

jobs:
Job:
Job1:
runs-on: windows-latest
steps:
- name: Convert Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
if: success() || failure()
with:
source: README.md
output: html/index.html
github-corners: https://github.com/jaywcjlove/markdown-to-html-cli


- name: Markdown-HTML
# You may pin to the exact commit or the version.
# uses: ZacJW/markdown-html-action@581e6df07c787a1eb980cb2fd6c0c82ace9c9c82
uses: ZacJW/markdown-html-action@1.2.0
if: success() || failure()
with:
input_files: "README.md"
output_files: true

- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
if: success() || failure()
with:
source: README-zh.md
output: coverage/action.html
Expand Down

0 comments on commit 116812b

Please sign in to comment.