From 4b89cb4256ec4920e6493a1624a09b7e194c96db Mon Sep 17 00:00:00 2001 From: eric Liu Date: Thu, 21 Sep 2023 04:56:48 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 42e8008..d76949d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +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 - - find /output -mindepth 1 -not -regex "^.*\/.git.*" -delete + - find /output -mindepth 1 -not -regex "^.*\/.git\/.*" -delete - name: submodules image: alpine/git commands: