gitlab ci
This commit is contained in:
parent
cce9d07349
commit
e9c85fec9d
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue