From 23430e646b2d20c7927321937cc93bddad43c0ca Mon Sep 17 00:00:00 2001 From: eric Liu Date: Mon, 18 Sep 2023 04:20:01 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2a5e8f2..2a43e7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,10 @@ steps: - 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 +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: build image: plugins/hugo volumes: