From f5ffbf75be60370ea6c16935d291326f0ef801c4 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Tue, 21 Dec 2021 12:49:28 +0000 Subject: [PATCH] update --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c7c3875..79bb43c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,9 @@ steps: - git submodule update - cd brainsteam - hugo - - cd ../ && mv brainsteam/public/* . + - cd ../ - git fetch origin public && git checkout public + - mv brainsteam/public/* . - rm -rf brainsteam/ - name: hugo_publish #image: alpine:3.12.3