mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
[CI] build docs faster (#10115)
I assume the CI machine should have at least 4 cores, so let's build docs faster
This commit is contained in:
parent
7c07a47dfb
commit
d478257d9b
@ -306,7 +306,7 @@ jobs:
|
||||
key: v0.4-build_doc-{{ checksum "setup.py" }}
|
||||
paths:
|
||||
- '~/.cache/pip'
|
||||
- run: cd docs && make html SPHINXOPTS="-W"
|
||||
- run: cd docs && make html SPHINXOPTS="-W -j 4"
|
||||
- store_artifacts:
|
||||
path: ./docs/_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user