@ -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:
except:
- master
pages:
stage: deploy