From 7bb666878bf58bcdd5469fa6d406a8d987e908c5 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 9 Apr 2025 17:48:26 +0200 Subject: [PATCH] =?UTF-8?q?Piti=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index af41b50..162e5e8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,7 +7,7 @@ steps: render-site: image: ghcr.io/quarto-dev/quarto:1.7.22 commands: - - cd site-perso + - cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso - quarto render when: event: @@ -21,7 +21,7 @@ steps: deploy-site: image: alpine/git commands: - - cd site-perso/public + - cd /woodpecker/src/git.polarolouis.fr/polarolouis/site-perso/public - git init - git config user.name "CI Bot" - git config user.email "ci@example.com"