Skip to content

flow?

flow? #4

Workflow file for this run

name: Github Pages
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- shell: bash
run: mkdir -p _site
- 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