Update .gitlab-ci.yml

development
Alex Selimov 3 years ago
parent 200116665a
commit 80c2fd1d8a

@ -4,19 +4,8 @@ before_script:
- pip install -r requirements.txt - pip install -r requirements.txt
stages: stages:
- test
- deploy - deploy
test:
stage: test
script:
- mkdocs build --strict --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
pages: pages:
stage: deploy stage: deploy
script: script:

Loading…
Cancel
Save