From 5f45615d4bad886b79e7a52980b5697d8b8a9fdd Mon Sep 17 00:00:00 2001
From: Antoine <antoine@pullus.home>
Date: Mon, 13 Nov 2023 16:11:58 +0100
Subject: [PATCH] changement de theme pour doks

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e15f901..06eb4d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,9 @@
 # - To change the theme, see
 #   https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme.
 #
-image: registry.gitlab.com/pages/hugo/hugo_extended:latest
+image:
+  name: registry.gitlab.com/pages/hugo/hugo_extended:latest
+  entrypoint: [ "/bin/sh", "-c" ]
 
 # Set this if you intend to use Git submodules
 variables:
@@ -20,7 +22,7 @@ default:
     - apk add --update --no-cache git go
     - git submodule update --init --recursive
     - hugo mod init gitlab.com/pages/hugo
-    - hugo mod get -u github.com/theNewDynamic/gohugo-theme-ananke
+    - hugo mod get -u https://github.com/gethyas/doks
 
 test:
   script:
-- 
GitLab