From 579c0e92161e1cc1f1715feabc5d12d479436b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 11:02:47 +0000 Subject: [PATCH] corriger le workfolw --- .gitea/workflows/deploy.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 874c88a..e953c8b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,11 +11,7 @@ jobs: steps: - name: Checkout run: | - pwd - git clone https://git.alocoq.fr/alois/CoqBlog.git . - ls themes/ - git submodule update --init --recursive - ls themes/PaperMod/ + git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . - name: Install Hugo run: |