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