Docs: fix push and running locally (#30823)

fix push
old-commit-hash: 33e7baee40
chrysler-long2
Justin Newberry 1 year ago committed by GitHub
parent 3b65f2075e
commit 723c346fc5
  1. 2
      .github/workflows/docs.yaml
  2. 2
      docs/Makefile

@ -60,4 +60,4 @@ jobs:
git commit -m "build docs" git commit -m "build docs"
# docs live in different repo to not bloat openpilot's full clone size # 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

@ -47,7 +47,7 @@ clean:
../scripts \ ../scripts \
../selfdrive/modeld \ ../selfdrive/modeld \
../selfdrive/debug \ ../selfdrive/debug \
$(shell find .. -type d -name "*test*") $(shell find .. -type d -name "*test* -not -path "**.venv**" \")
@echo "Building html files..." @echo "Building html files..."
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(DOCSBUILDDIR)" $(SPHINXOPTS) $(O) @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(DOCSBUILDDIR)" $(SPHINXOPTS) $(O)

Loading…
Cancel
Save