gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-15 16:19:00 -04:00
parent cce9d07349
commit e9c85fec9d
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ image: python:3.7.3-alpine
pages: pages:
script: script:
- apk --no-cache add make gcc
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
- apk --no-cache add make
- cd docs - cd docs
- make html - make html
- mv _build/html/ public/ - mv _build/html/ public/