diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85f046e..47addeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,11 @@ stages: build-website: image: sothr.com/hugo:0.54.0 stage: build + variables: + HUGO_THEME: "pure" + HUGO_BASEURL: "https://sothr.com" script: - - /usr/local/sbin/hugo --theme pure --destination /output --baseURL https://sothr.com - - TARGET=$PWD + - /run.sh - tar -czvf website.tgz -C /output/ . only: - master