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