From 91fc4f0c9e4eab80f3789bbd71d62a6bf1b6e0fe Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 4 Dec 2022 16:14:51 +1030 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2a6332..0556c25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,12 +15,14 @@ stages: main-build-job: stage: build - image: jojomi/hugo + # image: jojomi/hugo tags: - hugo before_script: - echo "Installing dart-css-embedded" - sudo apt install dart-css-embedded --no-confirm + - echo "intsalling hugo" + - sudo apt install hugo --no-confirm script: - echo "Building configuration" - hugo