From c4c7ca127366a815a24cd00282df4f42bdf84c68 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 9 Feb 2019 10:20:53 -0600 Subject: [PATCH] Wrong hugo version for the image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36f853c..24f8501 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - deploy build-website: - image: sothr.com/hugo:0.4.0 + image: sothr.com/hugo:0.54.0 stage: build script: - hugo --theme pure --destination /output --baseURL https://sothr.com