|
@ -6,7 +6,7 @@ build-website: |
|
|
image: sothr.com/hugo:0.54.0 |
|
|
image: sothr.com/hugo:0.54.0 |
|
|
stage: build |
|
|
stage: build |
|
|
script: |
|
|
script: |
|
|
- hugo --theme pure --destination /output --baseURL https://sothr.com |
|
|
|
|
|
|
|
|
- /usr/local/sbin/hugo --theme pure --destination /output --baseURL https://sothr.com |
|
|
- TARGET=$PWD |
|
|
- TARGET=$PWD |
|
|
- tar -czvf website.tgz -C /output/ . |
|
|
- tar -czvf website.tgz -C /output/ . |
|
|
only: |
|
|
only: |
|
|