API doc: build only on master branch

This commit is contained in:
Steffen Vogel 2019-04-16 22:37:28 +02:00
parent 3d6fbf36e6
commit 940d4f0005

View file

@ -45,7 +45,7 @@ deploy:upload:
- rsync --copy-links --chown ${DEPLOY_USER}:${DEPLOY_USER} index.html api.yaml ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH} - rsync --copy-links --chown ${DEPLOY_USER}:${DEPLOY_USER} index.html api.yaml ${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}
dependencies: dependencies:
- doc:api - doc:api
# only: only:
# - master - master
tags: tags:
- shell - shell