Update .gitlab-ci.yml
This commit is contained in:
parent
80c2fd1d8a
commit
0aa4e70653
@ -4,8 +4,18 @@ before_script:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
stages:
|
||||
- tests
|
||||
- deploy
|
||||
|
||||
pagestests:
|
||||
stage: tests
|
||||
script:
|
||||
- mkdocs build --strict --verbose --site-dir test
|
||||
artifacts:
|
||||
paths:
|
||||
- test
|
||||
except:
|
||||
- development
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
@ -14,4 +24,4 @@ pages:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
- development
|
||||
|
Loading…
x
Reference in New Issue
Block a user