gitlab ci
This commit is contained in:
parent
2180b5075f
commit
67bfe0db16
|
@ -3,7 +3,7 @@ image: alpine
|
|||
pages:
|
||||
script:
|
||||
- apk --no-cache add py3-pip python3-dev
|
||||
- pip install -r dev_requirements.txt
|
||||
- pip3 install -r dev_requirements.txt
|
||||
- apk --no-cache add make
|
||||
- cd docs
|
||||
- make html
|
||||
|
|
Loading…
Reference in New Issue