From 0ffb95ec4cf96d8a1d74826b1d3677ed678acccd Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 4 Dec 2022 16:15:35 +1030 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0556c25..35674da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,9 +20,9 @@ main-build-job: - hugo before_script: - echo "Installing dart-css-embedded" - - sudo apt install dart-css-embedded --no-confirm + - apt install dart-css-embedded --no-confirm - echo "intsalling hugo" - - sudo apt install hugo --no-confirm + - apt install hugo --no-confirm script: - echo "Building configuration" - hugo