Skip to content

Commit

Permalink
CI: speedup docs build (#30574)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Dec 2, 2023
1 parent 169132c commit 5dba918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5dba918

Please sign in to comment.