Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ docs:userguide: image: sphinxdoc/sphinx:latest script: - pip install sphinx_rtd_theme sphinx_tabs - make -C docs - make -C docs/picvva - sphinx-build -b html docs/source_docs/ build - sphinx-build -b html docs/picvva/ build stage: build-docs except: - schedules Loading @@ -20,7 +20,7 @@ docs:userguide: name: $CI_JOB_NAME expire_in: 1 week paths: - webroot/docs_html - build tags: - docker Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -11,8 +11,8 @@ docs:userguide: image: sphinxdoc/sphinx:latest script: - pip install sphinx_rtd_theme sphinx_tabs - make -C docs - make -C docs/picvva - sphinx-build -b html docs/source_docs/ build - sphinx-build -b html docs/picvva/ build stage: build-docs except: - schedules Loading @@ -20,7 +20,7 @@ docs:userguide: name: $CI_JOB_NAME expire_in: 1 week paths: - webroot/docs_html - build tags: - docker Loading