gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-15 16:41:07 -04:00
parent f6356ce652
commit d20705ba3b
1 changed files with 1 additions and 2 deletions

View File

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