mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 04:53:47 +08:00
docs: fix nested structure (#33114)
* docs: fix nested structure * test ci * that too * update that * not common mark anymore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user