Skip to content

Merge pull request #30 from Snider/add-mkdocs-website #1

Merge pull request #30 from Snider/add-mkdocs-website

Merge pull request #30 from Snider/add-mkdocs-website #1

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- run: |
pip install mkdocs-material
- run: |
cd docs && mkdocs gh-deploy --force --clean --verbose