From 1af2b1ef07137883a04de29f6e8c8f2360d8b37f Mon Sep 17 00:00:00 2001 From: gregandev Date: Tue, 20 Dec 2022 10:16:03 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2295317..26e3456 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: password: from_secret: GIT_PASSWORD commands: - - git submodule update --init --recursive + - git submodule update --init --recursive - name: build hugo site image: plugins/hugo @@ -28,7 +28,7 @@ steps: extended: true validate: true config: config.toml - content: content +# content: content output: ./public commands: - apk add libc6-compat libstdc++