@ -4,8 +4,18 @@ before_script:
- pip install -r requirements.txt
stages:
- tests
- deploy
pagestests:
stage: tests
script:
- mkdocs build --strict --verbose --site-dir test
artifacts:
paths:
- test
except:
- development
pages:
stage: deploy
@ -14,4 +24,4 @@ pages:
- public
only:
- master