Merge branch 'development' of gitlab.com:aselimov/cacmb into development

This commit is contained in:
Alex Selimov 2021-07-22 14:38:56 -04:00
commit 79fa4b3cb7

View File

@ -3,10 +3,14 @@ image: python:3.8-buster
before_script: before_script:
- pip install -r requirements.txt - pip install -r requirements.txt
stages:
- test
- deploy
test: test:
stage: test stage: test
script: script:
- mkdocs build --strict --verbose --site-dir test - mkdocs build --strict --verbose --site-dir test
artifacts: artifacts:
paths: paths:
- test - test