From cd1ad5ba1dacf6beed23cb4cb1d2c3658420cd2a Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 9 Feb 2019 10:22:23 -0600 Subject: [PATCH] Pointed at wrong hugo binary --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24f8501..85f046e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ build-website: image: sothr.com/hugo:0.54.0 stage: build script: - - hugo --theme pure --destination /output --baseURL https://sothr.com + - /usr/local/sbin/hugo --theme pure --destination /output --baseURL https://sothr.com - TARGET=$PWD - tar -czvf website.tgz -C /output/ . only: