From 795681f6cd4058325a6b827a3606839de88aadc5 Mon Sep 17 00:00:00 2001 From: samsapti Date: Tue, 24 May 2022 00:48:21 +0200 Subject: [PATCH] Fix CI --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7ee3fe5..673c336 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,11 +4,12 @@ name: build-and-deploy steps: - name: build - image: klakegg/hugo:latest + image: klakegg/hugo:alpine volumes: - name: data path: /data commands: + - apk add --no-cache git - git submodule init - git submodule update - hugo