From c8a0c3f6622e91735fa83de0b39e80cb2f8557ae Mon Sep 17 00:00:00 2001
From: Antoine <antoine.roy@tetras-libre.fr>
Date: Tue, 14 Nov 2023 10:32:37 +0100
Subject: [PATCH] =?UTF-8?q?fix=20propos=C3=A9=20par=20la=20documentation?=
 =?UTF-8?q?=20de=20hugo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bb20fe..b6e3b92 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@
 #   https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme.
 #
 image:
-  name: registry.gitlab.com/pages/hugo/hugo_extended:latest
+  name: registry.gitlab.com/pages/hugo/hugo_extended:0.92.2
   entrypoint: [ "/bin/sh", "-c" ]
 
 # Set this if you intend to use Git submodules
@@ -21,8 +21,6 @@ default:
   before_script:
     - apk add --update --no-cache git go
     - git submodule update --init --recursive
-    - apk add --update npm
-    - npm create hyas@latest -- --template doks
     - hugo mod init gitlab.com/pages/hugo
     - hugo mod get -u github.com/gethyas/doks
 
-- 
GitLab