diff --git a/.drone.yml b/.drone.yml index 31777156f..7a3b40a71 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: nextcloudci/documentation + image: nextcloudci/documentation:1.0.11 commands: - (cd user_manual && make html-all) - (cd admin_manual && make html-all)