From 2eb49d29189aa74861851b5438950e263376bc8e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 13 Sep 2016 21:10:25 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 471627d2e..f788087d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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)