Skip to content

Merge pull request #20 from jba18004/patch-1 #11

Merge pull request #20 from jba18004/patch-1

Merge pull request #20 from jba18004/patch-1 #11

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- main
jobs:
publish:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v4
- name: Build the site
run: ./utils/build.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs