This commit is contained in:
parent
64f7d9b83e
commit
35fd32a4c1
@ -36,6 +36,15 @@ steps:
|
||||
- docker push "$DOCKER_USERNAME/producer"
|
||||
- docker push "$DOCKER_USERNAME/producer:$DRONE_BUILD_NUMBER"
|
||||
|
||||
- name: build_docs
|
||||
image: python:3
|
||||
commands:
|
||||
- pip3 install Sphinx
|
||||
- pip3 install -r requirements.txt
|
||||
- cd docs
|
||||
- sphinx-apidoc -o source/ ../
|
||||
- make html
|
||||
|
||||
- name: slack
|
||||
image: plugins/slack
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user