From 5303933fc86400db19fcfc6d0a99ba9c71d7325f Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 19 Feb 2022 08:47:30 +0100 Subject: [PATCH] Update CI --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 707f50d..72d9c70 100644 --- a/.drone.yml +++ b/.drone.yml @@ -171,7 +171,8 @@ steps: password: from_secret: docs_deploy_ssh_password target: /mnt/web/docs - source: /tmp/docs/* + source: + - /tmp/docs/* rm: true depends_on: - restore-cache