From 7e7d98b44628f1b2ba668367523b13e02458ab9c Mon Sep 17 00:00:00 2001
From: Alexandre MEYER <alexandre.meyer@univ-lyon1.fr>
Date: Fri, 27 Oct 2023 14:28:30 +0000
Subject: [PATCH] Update file .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a87ec6..30dc1c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,13 +8,12 @@ pages:
       - hugo version
       - cd web
       - ls -la content
-      - hugo -v
+      - hugo -v --gc
       - hugo list drafts
       - mv public ../public
       - ls -la ../public
       - ls -la ../public/tags
-      - hugo config --theme
-      # - hugo -gc
+      # - hugo --gc
       # - ls -la ../public/page
       # - ls -la ../public/categories
       #- cat ../public/index.html
-- 
GitLab