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

development
Alex Selimov 3 years ago
commit 79fa4b3cb7

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

Loading…
Cancel
Save