From 9ad76431da337bfab20effe394ef391748b44ad9 Mon Sep 17 00:00:00 2001 From: samsapti Date: Tue, 14 Jun 2022 14:33:51 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6fe6090..4a7c1e1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: klakegg/hugo:alpine commands: - apk add --no-cache git - - git submodule update --init --single-branch --recursive + - git submodule update --init --single-branch --depth=1 - hugo - name: deploy