From 3fb7223e266aac7718ef0ac655470ca42ef40d3f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 19 Jul 2017 13:34:15 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index edde62951..41bce2d7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,4 @@ 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) - - (cd user_manual_de && make html-all) + - make all