Update and rename ci.yml to ci-docs.yml

This commit is contained in:
Pim Nelissen
2026-01-28 09:48:33 +01:00
committed by GitHub
parent cd0568aa8b
commit aa76900bd4

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 -e .
- run: pip install mkdocs-material mkdocstrings-python
- run: mkdocs gh-deploy --force