Skip to content

flow?

flow? #3

Workflow file for this run

name: Github Pages
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jaywcjlove/markdown-to-html-cli@main
with:
source: README.md
output: _site/index.html
- uses: actions/upload-pages-artifact@v3
with:
name: index-html
path: index.html