From d959fd44baa0fad61bed82c3ef151767313aba95 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 14 Apr 2023 09:39:39 +0200 Subject: [PATCH] set delete flag on gh-pages rsync command --- .drone.star | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.star b/.drone.star index 45b480f6b8..d6c2b1d041 100644 --- a/.drone.star +++ b/.drone.star @@ -1920,6 +1920,9 @@ def docs(): "pages_directory": "docs/hugo/content/", "copy_contents": "true", "target_branch": "docs", + "rsync": { + "delete": "true", + } }, "when": { "ref": {