diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82b3f9f..30cdde4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,8 +67,8 @@ pages: - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme sphinx-jsonschema - - pushd scripts && python update_schemas.py && popd - - pushd docs && sphinx-build -b html . ../public && popd + - pushd scripts && DISABLE_METRICS=true python update_schemas.py && popd + - pushd docs && DISABLE_METRICS=true sphinx-build -b html . ../public && popd artifacts: paths: - public