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: on:
push: push:
branches: branches:
@ -25,5 +25,6 @@ jobs:
path: .cache path: .cache
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: pip install mkdocs-material - run: pip install -e .
- run: pip install mkdocs-material mkdocstrings-python
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force