From c43e4e866f0a5afe221b672b646d2aaf404bdd64 Mon Sep 17 00:00:00 2001 From: Antoine Roy <antoine.roy@tetras-libre.fr> Date: Mon, 13 Nov 2023 16:24:39 +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 06eb4d6..9551493 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,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 https://github.com/gethyas/doks + - hugo mod get -u github.com/gethyas/doks test: script: -- GitLab