diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b12e832..98719ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test: - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme sphinx-jsonschema - pushd scripts && python update_schemas.py && popd - - sphinx-build -b html docs public + - pushd docs && sphinx-build -b html . ../public && popd rules: - if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH @@ -20,7 +20,7 @@ pages: - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme sphinx-jsonschema - pushd scripts && python update_schemas.py && popd - - sphinx-build -b html docs public + - pushd docs && sphinx-build -b html . ../public && popd artifacts: paths: - public