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
stages:
- test
- deploy
test:
stage: test
script:
- mkdocs build --strict --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
pages:
stage: deploy
script:

Loading…
Cancel
Save