From ff40c0ffa8e424a2aab8ed1b6f244743f39088e3 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 9 Feb 2019 10:35:23 -0600 Subject: [PATCH] Set the source directory for the hugo src to the container /home/sothr/projects/sothr-dot-com --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01deb50..b7bb2aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ build-website: HUGO_THEME: "pure" HUGO_BASEURL: "https://sothr.com" script: + - export HUGO_SOURCE="$PWD" - /run.sh - tar -czvf website.tgz -C /output/ . only: