mirror of https://github.com/YosysHQ/yosys.git
Add -j flag to make docs CI
This commit is contained in:
parent
5841b44543
commit
d8038c11d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue