From 836a6a580927e59ede4f9b4ba926917a45ab5766 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 14 Apr 2021 00:19:39 -0500 Subject: [PATCH] Update submodules --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index e42f1c6..773168f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,11 @@ type: docker name: Deploy to bbaovanc.com steps: + - name: Update submodules + image: alpine/git + commands: + - git submodule update --init --recursive + - name: Build site image: mapitman/docker-hugo commands: