Skip to content

flow?

flow? #1

Workflow file for this run

name: Github Pages
on:
push:
jobs:
build:
runs-on:

Check failure on line 8 in .github/workflows/page.yml

View workflow run for this annotation

GitHub Actions / Github Pages

Invalid workflow file

The workflow is not valid. .github/workflows/page.yml (Line: 8, Col: 13): Unexpected value ''
steps:
- uses: actions/checkout@v3
- uses: jaywcjlove/markdown-to-html-cli@main
with:
source: README.md
output: index.html
- uses: actions/upload-artifact@v4
with:
name: index-html
path: index.html