mirror of
https://gitlab.com/openlp/documentation.git
synced 2024-12-25 11:14:06 +00:00
15 lines
252 B
YAML
15 lines
252 B
YAML
|
image: alpine
|
||
|
|
||
|
pages:
|
||
|
script:
|
||
|
- apk --no-cache add make py3-setuptools python3-dev
|
||
|
- python3 -m pip install sphinx sphinx_rtd_theme
|
||
|
- cd manual
|
||
|
- make html
|
||
|
- mv build/html/ ../public/
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- public
|
||
|
only:
|
||
|
- master
|