before_script: - apt-get update && apt-get install -y python3-sphinx python3-sphinxcontrib.spelling build_job: stage: build script: - cd en - make clean - make html artifacts: name: "$CI_BUILD_REF_NAME" paths: - en/build/html