From 89773f3321f46129ff3608ed03b94e1d7e5b0190 Mon Sep 17 00:00:00 2001 From: Vinicius Souza Date: Fri, 5 Apr 2024 14:52:50 -0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 89e95762b..96703e65a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: website-deploy +name: build html from md on: push: branches: @@ -10,29 +10,10 @@ jobs: 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 - github-corners: https://github.com/jaywcjlove/markdown-to-html-cli + source: README.md + output: index.html + github-corners: https://github.com/vsouza/awesome-ios favicon: data:image/svg+xml,🌐