diff --git a/.github/workflows/repo-maintenance.yaml b/.github/workflows/repo-maintenance.yaml index c724c00c5e..ab0f3c1bee 100644 --- a/.github/workflows/repo-maintenance.yaml +++ b/.github/workflows/repo-maintenance.yaml @@ -28,7 +28,7 @@ jobs: git add . - name: update car docs run: | - scons -j$(nproc) --minimal opendbc + scons -j$(nproc) --minimal opendbc_repo PYTHONPATH=. python selfdrive/car/docs.py git add docs/CARS.md - name: Create Pull Request