3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 09:04:08 +00:00

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

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