Update .gitlab-ci.yml
This commit is contained in:
parent
ecdabe23a6
commit
3210523eb9
@ -3,10 +3,14 @@ image: python:3.8-buster
|
|||||||
before_script:
|
before_script:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- mkdocs build --strict --verbose
|
- mkdocs build --strict --verbose --site-dir test
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- test
|
- test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user