From a2b6fc200bf5ee16932c001ced6047c967a48bb1 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 20 Aug 2024 15:28:28 -0700 Subject: [PATCH] update car docs in weekly repo maintenance (#33345) * does this work? * fix * fix * what old-commit-hash: be8485ca890d63b5fdc3daa405e2009a91a265f4 --- .github/workflows/repo-maintenance.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/repo-maintenance.yaml b/.github/workflows/repo-maintenance.yaml index 78f64c03b1..c724c00c5e 100644 --- a/.github/workflows/repo-maintenance.yaml +++ b/.github/workflows/repo-maintenance.yaml @@ -26,6 +26,11 @@ jobs: git config --global --add safe.directory '*' git -c submodule."tinygrad".update=none submodule update --remote git add . + - name: update car docs + run: | + scons -j$(nproc) --minimal opendbc + PYTHONPATH=. python selfdrive/car/docs.py + git add docs/CARS.md - name: Create Pull Request uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 with: