From 15b8e6dd06ac4c021dd66177d2cf10128079a446 Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 19 Dec 2022 12:04:08 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7015046..3e525c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,12 @@ platform: arch: arm64 steps: + +- name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive + - name: build image: plugins/hugo settings: