From 008a35c1947e6d57e8dbd4d8dcbc2c03a96e49d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 09:20:35 +0000 Subject: [PATCH] corriger le workfolw --- .gitea/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 12ad076..3a33ffa 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,10 +10,8 @@ jobs: runs-on: native steps: - name: Checkout - uses: actions/checkout@v4 - with: - submodules: recursive - + run: | + git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . - name: Install Hugo run: | HUGO_VERSION=0.147.2