From 8f52f0c25b5eaef22d48c7dda222d680e5cc4462 Mon Sep 17 00:00:00 2001 From: hyang Date: Sun, 27 Aug 2023 19:04:01 -0700 Subject: drone sucks --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index f5876f1..98e2402 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,11 +4,12 @@ name: deploy_hugo steps: - name: submodules + image: alpine/git commands: - - git submodule update --recursive --remote + - git submodule update --init --recursive - name: build - image: klakegg/hugo + image: klakegg/hugo:ci - name: push image: 3gigs/git-push -- cgit v1.2.3