From 2453910003b38136fbc1b955ad8352f9b8ea95c0 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f788087d1..41bce2d7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +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) + - make all