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 - pip install -r dev_requirements.txt
- cd docs - cd docs
- make html - make html
- mkdir ../public/ - mv _build/html ../public
- mv _build/html/ ../public/
artifacts: artifacts:
paths: paths:
- public - public