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

* fix push

* also remove cached files

* fix readme

* add readme

* remove that wip submodule
pull/30827/head
Justin Newberry 1 year ago committed by GitHub
parent 33e7baee40
commit abe4780fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/docs.yaml
  2. 3
      docs/README.md

@ -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 .

@ -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.
Loading…
Cancel
Save