forked from platypush/platypush
Install all the deps via apk add
on Alpine in the build-docs step.
This commit is contained in:
parent
15d06fa5c2
commit
d030e2b8c7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ steps:
|
|||
|
||||
commands:
|
||||
- echo "Installing required build dependencies"
|
||||
- apk add --update --no-cache make py3-sphinx py3-pip py3-paho-mqtt py3-yaml
|
||||
- apk add --update --no-cache make py3-sphinx py3-pip $(cat platypush/install/requirements/alpine.txt)
|
||||
- pip install -U hid sphinx-rtd-theme sphinx-book-theme
|
||||
- pip install .
|
||||
- mkdir -p /docs/current
|
||||
|
|
Loading…
Reference in a new issue