Files
nextcloud-docs/.drone.yml
Lukas Reschke d15018fe1d Adjust drone file
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-16 14:44:48 +01:00

9 lines
296 B
YAML

pipeline:
documentation:
image: nextcloudci/documentation:1.0.11
commands:
- (cd user_manual && make html-all)
- (cd admin_manual && make html-all)
- (cd developer_manual && make html-all)
- (cd user_manual_de && make html-all)