CI: speedup docs build (#30574)

old-commit-hash: 5dba9187e5
This commit is contained in:
Adeeb Shihadeh 2023-12-01 19:55:27 -08:00 committed by GitHub
parent 56038f4c54
commit a9f5dcf4cf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
${{ env.RUN }} "scons -j$(nproc)"
- name: Build docs
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
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot'