From bac464af1f7b3ad2b9140700e10132161a1d024d Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 03:54:18 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e1bc46c..8fb41d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: - chmod 400 $HOME/.ssh/id_rsa - ssh-keyscan -H git.ericxliu.me > $HOME/.ssh/known_hosts - git clone --branch gitea-pages git@git.ericxliu.me:eric/ericxliu-me.git /output + - rm -rf /output/* - name: build image: plugins/hugo volumes: