|
@ -9,6 +9,7 @@ build-website: |
|
|
HUGO_THEME: "pure" |
|
|
HUGO_THEME: "pure" |
|
|
HUGO_BASEURL: "https://sothr.com" |
|
|
HUGO_BASEURL: "https://sothr.com" |
|
|
script: |
|
|
script: |
|
|
|
|
|
- export HUGO_SOURCE="$PWD" |
|
|
- /run.sh |
|
|
- /run.sh |
|
|
- tar -czvf website.tgz -C /output/ . |
|
|
- tar -czvf website.tgz -C /output/ . |
|
|
only: |
|
|
only: |
|
|