From abdf1833084fe67e3ecc9871060c1fcec5fad0b0 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Tue, 21 Dec 2021 13:08:55 +0000 Subject: [PATCH] upate drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 226a6b3..b1b152c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,6 @@ steps: - cd brainsteam - hugo - cd ../ - - git fetch origin public && git checkout public - cp -r brainsteam/public/* . - rm -rf brainsteam/ - name: hugo_publish @@ -24,6 +23,7 @@ steps: branch: public local_ref: public commit: true + force: true commit_message: update build from hugo author_name: DroneCI # when: