fix repo maintenance (#35534)

* ?

* . can't be used since then it will be modeld folder
pull/35524/head
Shane Smiskol 6 days ago committed by GitHub
parent f7ce5fb94c
commit fcebb5eb9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/repo-maintenance.yaml

@ -54,8 +54,9 @@ jobs:
git add . git add .
- name: update car docs - name: update car docs
run: | run: |
export PYTHONPATH="$PWD"
scons -j$(nproc) --minimal opendbc_repo scons -j$(nproc) --minimal opendbc_repo
PYTHONPATH=. python selfdrive/car/docs.py python selfdrive/car/docs.py
git add docs/CARS.md git add docs/CARS.md
- name: Create Pull Request - name: Create Pull Request
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83

Loading…
Cancel
Save