|
|
@ -32,7 +32,7 @@ jobs: |
|
|
|
${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
${{ env.RUN }} "scons -j$(nproc)" |
|
|
|
- name: Build docs |
|
|
|
- name: Build docs |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
${{ env.RUN }} "apt update && apt install -y doxygen && cd docs && make html" |
|
|
|
${{ env.RUN }} "apt update && apt install -y doxygen && cd docs && make -j$(nproc) html" |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' |
|
|
|
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' |
|
|
|