gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:33:40 -04:00
parent 67bfe0db16
commit 0923a848f5
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ image: alpine
pages: pages:
script: script:
- apk --no-cache add py3-pip python3-dev - apk --no-cache add py3-pip python3-dev gcc make
- pip3 install -r dev_requirements.txt - pip3 install -r dev_requirements.txt
- apk --no-cache add make - apk --no-cache add make
- cd docs - cd docs
- make html - make html
- mv _build/html/ public/ - mv _build/ public/
artifacts: artifacts:
paths: paths:
- public - public