Update .gitlab-ci.yml

This commit is contained in:
Alex Selimov 2021-07-22 18:45:57 +00:00
parent 200116665a
commit 80c2fd1d8a

View File

@ -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: