From 87deaf84883b6ee538cb01a766a5d3d55cdf9623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 11:05:27 +0000 Subject: [PATCH] corriger le workfolw --- .gitea/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index e953c8b..2517662 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,7 +12,9 @@ jobs: - name: Checkout run: | git clone --recurse-submodules https://git.alocoq.fr/alois/CoqBlog.git . - + ls -la themes/ + ls -la themes/PaperMod/ + - name: Install Hugo run: | apk add --no-cache hugo git