mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-23 22:38:58 +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" }}
|
key: v0.4-build_doc-{{ checksum "setup.py" }}
|
||||||
paths:
|
paths:
|
||||||
- '~/.cache/pip'
|
- '~/.cache/pip'
|
||||||
- run: cd docs && make html SPHINXOPTS="-W"
|
- run: cd docs && make html SPHINXOPTS="-W -j 4"
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ./docs/_build
|
path: ./docs/_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user