Better documentation build CI Job
This commit is contained in:
parent
01c8336988
commit
80de16b693
|
@ -86,15 +86,12 @@ build_front:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: test
|
stage: test
|
||||||
image: alpine
|
image: python:3.6-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- cd docs
|
- cd docs
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add py2-pip python-dev
|
|
||||||
- pip install sphinx
|
- pip install sphinx
|
||||||
- apk --no-cache add make
|
- python -m sphinx . ../public
|
||||||
- make html
|
|
||||||
- mv _build/html/ ../public
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in New Issue