From 82ff204bdd4f9afa79f0dba854875ff12028cd5d Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 20 Dec 2023 13:56:34 -0800 Subject: [PATCH] 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: abe4780fdb179ef29fc503894dcb382396aaff07 --- .github/workflows/docs.yaml | 3 ++- docs/README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/README.md diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index bef5f96ea4..c555eafc73 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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 . diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000..838b00e7ae --- /dev/null +++ b/docs/README.md @@ -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. \ No newline at end of file