From c9555f958950c2546d99cc537a32600dc4a62997 Mon Sep 17 00:00:00 2001 From: Antoine <antoine.roy@tetras-libre.fr> Date: Tue, 14 Nov 2023 09:32:38 +0100 Subject: [PATCH] toto --- .gitignore | 2 -- .gitlab-ci.yml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e910d85..f1626de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ public/ .hugo_build.lock themes/ananke -go.mod -go.sum diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9551493..38b302b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ default: before_script: - apk add --update --no-cache git go - git submodule update --init --recursive + - npm create hyas@latest -- --template doks - hugo mod init gitlab.com/pages/hugo - hugo mod get -u github.com/gethyas/doks -- GitLab