Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line image: python:python-3.8 pages: stage: deploy script: - cd docs - make - make html - mv _build/html ../public artifacts: paths: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line image: python:python-3.8 pages: stage: deploy script: - cd docs - make - make html - mv _build/html ../public artifacts: paths: Loading