gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-15 16:34:47 -04:00
parent cac7a89510
commit a9cd18b039
1 changed files with 1 additions and 2 deletions

View File

@ -6,9 +6,8 @@ pages:
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
- cd docs - cd docs
- make html - make html
- mv _build/html/ public/
artifacts: artifacts:
paths: paths:
- public - _build/html
only: only:
- master - master