Skip to content

Merge branch 'overlay_system' #37

Merge branch 'overlay_system'

Merge branch 'overlay_system' #37

Workflow file for this run

name: docs
permissions:
contents: write
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: |
pip install -e .[docs]
- run: mkdocs gh-deploy --force