diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5aff9d894f21f51140079887fc58c1f9a8c807a..4571f41c9be41d4b228dd6b63717e4ac3d37ac9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,9 @@ -docs: - image: continuumio/miniconda:latest - stage: build - tags: - - docker - script: - - conda env create --file environment.yml - - conda init bash - - source ~/.bashrc - - conda activate wrfotron_docs - - jupyter-book build docs \ No newline at end of file +# docs: +# image: continuumio/miniconda:latest +# stage: build +# script: +# - conda env create --file environment.yml +# - conda init bash +# - source ~/.bashrc +# - conda activate wrfotron_docs +# - jupyter-book build docs \ No newline at end of file