Loading .gitlab-ci.yml +1 −3 Original line number Original line Diff line number Diff line Loading @@ -42,9 +42,7 @@ doc-build-and-deploy: stage: test stage: test script: script: - mamba install --file doc_requirements.txt - mamba install --file doc_requirements.txt - cd docs - sphinx-build -b html docs public - ls - make html artifacts: artifacts: paths: paths: - public - public Loading
.gitlab-ci.yml +1 −3 Original line number Original line Diff line number Diff line Loading @@ -42,9 +42,7 @@ doc-build-and-deploy: stage: test stage: test script: script: - mamba install --file doc_requirements.txt - mamba install --file doc_requirements.txt - cd docs - sphinx-build -b html docs public - ls - make html artifacts: artifacts: paths: paths: - public - public