Skip to content
Snippets Groups Projects

Fix CI

Merged Cresson Remi requested to merge update_doc into main
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
+ 6
4
@@ -63,15 +63,15 @@ pip_install:
test:
extends: .doc_base
rules:
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
except:
- main
script:
- mkdocs build --site-dir public_test
pages:
extends: .doc_base
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
only:
- main
script:
- mkdocs build --site-dir public
@@ -79,6 +79,8 @@ pages:
Tests:
stage: Test
except:
- main
before_script:
- pip install .
- pip install pystac-client
Loading