Merge pull request #2 from pim-n/main

to dev
This commit is contained in:
Pim Nelissen
2026-01-28 12:33:32 +01:00
committed by GitHub

View File

@ -1,4 +1,4 @@
name: ci
name: ci-docs
on:
push:
branches:
@ -25,5 +25,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: pip install -e .
- run: pip install mkdocs-material mkdocstrings-python
- run: mkdocs gh-deploy --force