kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Better documentation build CI Job
rodzic
01c8336988
commit
80de16b693
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue