From bf379ae5303e0d13c586875dd0bd42c5457bc577 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Tue, 21 Dec 2021 13:01:57 +0000 Subject: [PATCH] update --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 344aadf..1bb3a3b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: - hugo - cd ../ - git fetch origin public && git checkout public - - cp -r brainsteam/public/* ./ + - cp -r brainsteam/public/* -t . - rm -rf brainsteam/ - name: hugo_publish #image: alpine:3.12.3