Add -j flag to make docs CI

This commit is contained in:
Krystine Sherwin 2024-10-07 10:07:17 +13:00
parent 5841b44543
commit d8038c11d1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- name: Prepare docs
shell: bash
run:
make docs/prep TARGETS= EXTRA_TARGETS=
make docs/prep -j${{ env.procs }} TARGETS= EXTRA_TARGETS=
- name: Upload artifact
uses: actions/upload-artifact@v4