gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-15 16:36:36 -04:00
parent a9cd18b039
commit f6356ce652
1 changed files with 3 additions and 1 deletions

View File

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