Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvercr authored May 16, 2024
1 parent 71c9949 commit e415372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mkdir -p dist
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --source index.md --output index.html
- run: markdown-to-html --source index.md --output dist/index.html
- uses: actions/upload-pages-artifact@v3
with:
path: dist

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e415372

Please sign in to comment.