Loading .gitlab-ci.yml +9 −2 Original line number Diff line number Diff line image: python:3.8 pages: stage: deploy script: - pip install sphinx - pip install sphinx_rtd_theme - cd docs - make - make html - mv _build/html ../public artifacts: paths: - docs/_build/html - public only: - master tags: - shared-fi Loading
.gitlab-ci.yml +9 −2 Original line number Diff line number Diff line image: python:3.8 pages: stage: deploy script: - pip install sphinx - pip install sphinx_rtd_theme - cd docs - make - make html - mv _build/html ../public artifacts: paths: - docs/_build/html - public only: - master tags: - shared-fi