From 42018056e38cbb54104530b1e5f8c557e3ae824d Mon Sep 17 00:00:00 2001
From: kaiyou <pierre@jaury.eu>
Date: Sat, 8 Aug 2020 15:06:42 +0200
Subject: [PATCH] Use the fixed hugo builder

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 929f07b..1af97c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,6 @@ stages:
 pages:
   stage: pages
   script:
-    - pwd
     - hugo -d ./public
   artifacts:
     paths:
-- 
GitLab