Better documentation build CI Job
This commit is contained in:
parent
01c8336988
commit
80de16b693
1 changed files with 2 additions and 5 deletions
|
|
@ -86,15 +86,12 @@ build_front:
|
|||
|
||||
pages:
|
||||
stage: test
|
||||
image: alpine
|
||||
image: python:3.6-alpine
|
||||
before_script:
|
||||
- cd docs
|
||||
script:
|
||||
- apk --no-cache add py2-pip python-dev
|
||||
- pip install sphinx
|
||||
- apk --no-cache add make
|
||||
- make html
|
||||
- mv _build/html/ ../public
|
||||
- python -m sphinx . ../public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue