From af143f95c8440f226661ef39147ba9997a477ac0 Mon Sep 17 00:00:00 2001
From: toma <403-toma@users.noreply.gitlab.servus.at>
Date: Thu, 22 Feb 2024 16:31:05 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 222ac14..06bdc24 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,12 +13,12 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest
 
 variables:
   HUGO_ENV: production
-  THEME_URL: "github.com/theNewDynamic/gohugo-theme-ananke"
+  THEME_URL: "github.com/alex-shpak/hugo-book"
 
 default:
   before_script:
     - apk add --no-cache go curl bash nodejs
-    - hugo mod get -u $THEME_URL
+    #- hugo mod get -u $THEME_URL
     ## Uncomment the following if you use PostCSS. See https://gohugo.io/hugo-pipes/postcss/
     #- npm install postcss postcss-cli autoprefixer
 
-- 
GitLab