"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "c875a96eb154f2ea4a831a48b47c37c1c3da99e7"
Unverified Commit d478257d authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[CI] build docs faster (#10115)

I assume the CI machine should have at least 4 cores, so let's build docs faster
parent 7c07a47d
...@@ -306,7 +306,7 @@ jobs: ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment