docs: setup zensical (#37838)

This commit is contained in:
Adeeb Shihadeh
2026-04-15 15:46:43 -07:00
committed by GitHub
parent 31403f4a5c
commit 83e6e7da93
18 changed files with 478 additions and 306 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ jobs:
# Build
- name: Build docs
run: |
# TODO: can we install just the "docs" dependency group without the normal deps?
pip install mkdocs
mkdocs build
git lfs pull
pip install zensical
python scripts/docs.py build
# Push to docs.comma.ai
- uses: actions/checkout@v6