From 20c7b5ca91d3b9f3cb833e722bf6d73eab645ec0 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 14 Feb 2026 00:31:44 +0100 Subject: [PATCH] =?UTF-8?q?Essai=20de=20correction=20de=20la=20r=C3=A9cup?= =?UTF-8?q?=C3=A9ration=20des=20informations=20Git.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 0ad13ec..6ee3f16 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -9,6 +9,7 @@ steps: - name: build image: ghcr.io/gohugoio/hugo:v0.155.3 commands: + - git config --global --add safe.directory /woodpecker/src/git.lahouze.org/alahouze/alexis.lahouze.org - hugo build - name: deploy