From fb4f05339bd5666ba1aea765ccb337719183173a Mon Sep 17 00:00:00 2001 From: jkoberg Date: Wed, 15 Mar 2023 12:39:41 +0100 Subject: [PATCH] adjust pages_directory to new version Signed-off-by: jkoberg --- .drone.star | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 16cff1fb31..06c11e1ed6 100644 --- a/.drone.star +++ b/.drone.star @@ -1914,7 +1914,8 @@ def docs(): "password": { "from_secret": "github_token", }, - "pages_directory": "docs/hugo/content", + "pages_directory": "docs/hugo/content/", + "copy_contents": "true", "target_branch": "docs", }, "when": {