Files
nextcloud-docs/.drone.yml
2016-09-13 21:10:25 +02:00

8 lines
245 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)