|
|
@ -4,8 +4,18 @@ before_script:
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
stages:
|
|
|
|
stages:
|
|
|
|
|
|
|
|
- tests
|
|
|
|
- deploy
|
|
|
|
- deploy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pagestests:
|
|
|
|
|
|
|
|
stage: tests
|
|
|
|
|
|
|
|
script:
|
|
|
|
|
|
|
|
- mkdocs build --strict --verbose --site-dir test
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
|
|
|
|
- test
|
|
|
|
|
|
|
|
except:
|
|
|
|
|
|
|
|
- development
|
|
|
|
pages:
|
|
|
|
pages:
|
|
|
|
stage: deploy
|
|
|
|
stage: deploy
|
|
|
|
script:
|
|
|
|
script:
|
|
|
@ -14,4 +24,4 @@ pages:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- development
|
|
|
|