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)