From a1d252cc725f7ce1c70b9914b8155a58b2390f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 10:48:28 +0000 Subject: [PATCH] corriger le workfolw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit checkout corrigé --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e953c8b..7e079e1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,7 +11,8 @@ jobs: steps: - name: Checkout run: | - git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . + git clone https://git.alocoq.fr/alois/CoqBlog.git . + git submodule update --init --recursive - name: Install Hugo run: |