Merge pull request #176 from nextcloud/drone-0.5-stable10

Update .drone.yml
This commit is contained in:
Morris Jobke 2016-09-13 21:13:31 +02:00 committed by GitHub
commit 364c166a08

View File

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