From 815d6d1239f8a76d7302ff06ca96b9001512d100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Thu, 21 May 2026 10:51:25 +0000 Subject: [PATCH] debug --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 7e079e1..874c88a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -11,8 +11,11 @@ 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/ - name: Install Hugo run: |