From 0e79fd23ffed577f9611e3b3bc7099cd88438c91 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 20 Jun 2023 21:15:20 -0400 Subject: [PATCH] update to use hugo package --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 722887d..798874d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,8 @@ variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - - apt install hugo + - wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb + - dpkg -i hugo.deb - curl https://get.volta.sh | bash - npm install