docs: fix nested structure (#33114)

* docs: fix nested structure

* test ci

* that too

* update that

* not common mark anymore
This commit is contained in:
Adeeb Shihadeh
2024-07-28 15:38:38 -07:00
committed by GitHub
parent 583e89d3a4
commit 4fbac089f8
16 changed files with 11 additions and 34 deletions
+2 -3
View File
@@ -29,8 +29,7 @@ jobs:
- name: Build docs
run: |
# TODO: can we install just the "docs" dependency group without the normal deps?
pip install mkdocs==1.4.3 mkdocs-terminal mkdocs-plugin-commonmark
cd docs
pip install mkdocs mkdocs-terminal
mkdocs build
# Push to docs.comma.ai
@@ -52,7 +51,7 @@ jobs:
git rm -rf .
# copy over docs
cp -r ../docs/site/ docs/
cp -r ../docs_site/ docs/
# GitHub pages config
touch docs/.nojekyll