From 331beb01b44c40a6ab5141092925ffda0d072490 Mon Sep 17 00:00:00 2001 From: Ana Custura Date: Thu, 5 Dec 2024 16:23:21 +0000 Subject: [PATCH] feat: update ci for testing/building docs to include translations --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09c8840..3334b64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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