feat: update ci for testing/building docs to include translations
This commit is contained in:
parent
5e5f422b67
commit
331beb01b4
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ test:docs:
|
|||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-docs.txt
|
||||
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
|
||||
- pushd docs && DISABLE_METRICS=true python build_docs.py && popd
|
||||
rules:
|
||||
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
||||
|
||||
|
@ -70,7 +70,7 @@ pages:
|
|||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-docs.txt
|
||||
- pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd
|
||||
- pushd docs && DISABLE_METRICS=true python build_docs.py && popd
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue