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