Skip to content

Errant 1 and mobile nav added to header.html (#524) #1076

Errant 1 and mobile nav added to header.html (#524)

Errant 1 and mobile nav added to header.html (#524) #1076

name: update-livesite
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force --strict