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
- cd docs
- make html
- mv _build/html/ public/
artifacts:
paths:
- public
- _build/html
only:
- master