Skip to content

Commit

Permalink
Use parallel build
Browse files Browse the repository at this point in the history
Github CI only has two threads.
  • Loading branch information
hainest committed Apr 3, 2024
1 parent ad4ae35 commit a858026
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 @@ -25,4 +25,4 @@ jobs:
source env/bin/activate
pip install -r requirements.txt
`cd $(find env/lib -type d -name sphinxcontrib) && wget https://raw.githubusercontent.com/wpilibsuite/sphinxext-remoteliteralinclude/main/sphinxext/remoteliteralinclude.py`
make html
make -j2 html

0 comments on commit a858026

Please sign in to comment.