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