Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,6 @@ create-pages: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # Functions that should be executed before the build script is run before_script: - pip install mkdocs mkdocs-material - conda activate mkdocs-env script: - mkdocs build --site-dir public Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,6 +10,6 @@ create-pages: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # Functions that should be executed before the build script is run before_script: - pip install mkdocs mkdocs-material - conda activate mkdocs-env script: - mkdocs build --site-dir public