Browse Source

Pointed at wrong hugo binary

master
Drew Short 5 years ago
parent
commit
cd1ad5ba1d
  1. 2
      .gitlab-ci.yml

2
.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: