From d68c1574e484349987685577e65fe854a40aadb0 Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Tue, 14 Nov 2023 10:46:14 +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 b6e3b92..46b45df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,9 +8,7 @@ # - To change the theme, see # https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme. # -image: - name: registry.gitlab.com/pages/hugo/hugo_extended:0.92.2 - entrypoint: [ "/bin/sh", "-c" ] +image: registry.gitlab.com/pages/hugo:0.91.0 # Set this if you intend to use Git submodules variables: -- GitLab