fix repo maintenance

This commit is contained in:
Shane Smiskol
2024-12-02 13:06:17 -08:00
parent e02a6e09fe
commit 8f559d4f03
+1 -1
View File
@@ -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