gitlab ci
This commit is contained in:
parent
840af11b5d
commit
697a52a1fe
|
@ -0,0 +1,15 @@
|
|||
image: alpine
|
||||
|
||||
pages:
|
||||
script:
|
||||
- apk --no-cache add py2-pip python-dev
|
||||
- pip install -r dev_requirements.txt
|
||||
- apk --no-cache add make
|
||||
- cd docs
|
||||
- make html
|
||||
- mv _build/html/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
Loading…
Reference in New Issue