Docs: fix old docs still being populated (#30825)

* fix push

* also remove cached files

* fix readme

* add readme

* remove that wip submodule
old-commit-hash: abe4780fdb
This commit is contained in:
Justin Newberry
2023-12-20 13:56:34 -08:00
committed by GitHub
parent 723c346fc5
commit 82ff204bdd
2 changed files with 5 additions and 1 deletions

View File

@@ -50,9 +50,10 @@ jobs:
cd openpilot-docs
git checkout --orphan tmp
git rm -rf --cached .
git rm -rf .
cp -r ../build/docs/html/ docs/
cp -r ../docs/README.md .
touch docs/.nojekyll
echo -n docs.comma.ai > docs/CNAME
git add -f .

3
docs/README.md Normal file
View File

@@ -0,0 +1,3 @@
# openpilot-docs
These docs are autogenerated from [this folder](https://github.com/commaai/openpilot/tree/master/docs) in the main openpilot repository.