Update .drone.yml

This commit is contained in:
Morris Jobke
2016-09-13 21:10:25 +02:00
committed by GitHub
parent 83c1bea231
commit 2eb49d2918

View File

@@ -1,6 +1,7 @@
pipeline:
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)
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)