Update .gitlab-ci.yml
This commit is contained in:
parent
80c2fd1d8a
commit
0aa4e70653
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user