rm make part
This commit is contained in:
parent
d682f35e3c
commit
72be943068
|
@ -13,11 +13,6 @@ compile_pdf:
|
||||||
pages:
|
pages:
|
||||||
image: alpine
|
image: alpine
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add py2-pip python-dev
|
|
||||||
- pip install sphinx
|
|
||||||
- apk --no-cache add make
|
|
||||||
- cd data/raspi-i2c/docs
|
|
||||||
- make html
|
|
||||||
- mv _build/html/ ../../../public/
|
- mv _build/html/ ../../../public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue