From 6497b190610d648c287dee979f2c3c7447a6067b Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 14 Nov 2022 17:11:31 +0100 Subject: [PATCH] Fix: init submodules --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8851123..1c96c12 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: default steps: +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive + - name: build image: klakegg/hugo:ext-alpine-ci commands: