From 723c346fc517a680115ff79cb9d501ec4496a00e Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 20 Dec 2023 13:27:27 -0800 Subject: [PATCH] Docs: fix push and running locally (#30823) fix push old-commit-hash: 33e7baee401d8a8a2dd4210e6f1712c05ff200d4 --- .github/workflows/docs.yaml | 2 +- docs/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6ad273a14d..bef5f96ea4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -60,4 +60,4 @@ jobs: git commit -m "build docs" # docs live in different repo to not bloat openpilot's full clone size - git push -f origin gh-pages + git push -f origin tmp:gh-pages diff --git a/docs/Makefile b/docs/Makefile index 1eaae656bb..09103e206e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -47,7 +47,7 @@ clean: ../scripts \ ../selfdrive/modeld \ ../selfdrive/debug \ - $(shell find .. -type d -name "*test*") + $(shell find .. -type d -name "*test* -not -path "**.venv**" \") @echo "Building html files..." @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(DOCSBUILDDIR)" $(SPHINXOPTS) $(O)