Skip to content

Commit

Permalink
flow?
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesmith committed Feb 29, 2024
1 parent 6ffd472 commit 009fdb3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/page.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit 009fdb3

Please sign in to comment.