From d81867db3c397b15b0cfc40abd9608f419417fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 09:27:51 +0000 Subject: [PATCH] corriger le workfolw --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3a33ffa..91d875e 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,6 +12,7 @@ jobs: - name: Checkout run: | git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . + - name: Install Hugo run: | HUGO_VERSION=0.147.2