From 9193d323daebba2ab9179280258cb731b6400efa Mon Sep 17 00:00:00 2001 From: ajuvercr Date: Thu, 16 May 2024 11:48:01 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ee235d..20beea8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,15 +6,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: wranders/markdown-to-pages-action@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - files: |- - index.md - - uses: actions/upload-pages-artifact@v3 - with: - path: dist + - run: npm i markdown-to-html-cli -g + - run: markdown-to-html --output coverage/index.html + - run: markdown-to-html --source index.md --output index.html deploy: runs-on: ubuntu-latest