From 0e7fc4c882fdeeb6c84fd7a56e4ee3f36c3c14c5 Mon Sep 17 00:00:00 2001
From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr>
Date: Fri, 18 Nov 2022 16:21:07 +0100
Subject: [PATCH] ...web

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a22e48..ff8afc3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ pages:
       - cd web
       - ls -la content
       - hugo -v
+      - hugo list drafts
       - mv public ../public
       - ls -la ../public
       - ls -la ../public/tags
-- 
GitLab