From fde984082f5d6371768056de48b19b9df70a22f4 Mon Sep 17 00:00:00 2001 From: Simon Hartmann <simon.hartmann@mein-freiherr.de> Date: Sun, 26 Feb 2023 05:17:08 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5db891d..0947759 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,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/thegeeklab/hugo-geekdoc test: script: -- GitLab