Browse Source

Relying on the built in run.sh script

master
Drew Short 5 years ago
parent
commit
49e11632d4
  1. 6
      .gitlab-ci.yml

6
.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