gitlab ci
This commit is contained in:
parent
67bfe0db16
commit
0923a848f5
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue