docs: replace zensical with dumb html template (#38462)

This commit is contained in:
Adeeb Shihadeh
2026-07-26 13:56:32 -07:00
committed by GitHub
parent 5bcff3f87d
commit e1db0f59f1
16 changed files with 676 additions and 579 deletions
+2 -3
View File
@@ -35,8 +35,7 @@ jobs:
- name: Build docs
run: |
git lfs pull
pip install zensical
python scripts/docs.py build
python docs/serve.py --build
# Push to docs.comma.ai
- uses: actions/checkout@v7
@@ -57,7 +56,7 @@ jobs:
git rm -rf .
# copy over docs
cp -r ../docs_site/ docs/
cp -r ../docs/_site/ docs/
# GitHub pages config
touch docs/.nojekyll