Update to latest Hugo release
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
HUGO_ARCHIVE: https://github.com/gohugoio/hugo/releases/download/v0.49.2/hugo_0.49.2_Linux-64bit.tar.gz
|
HUGO_ARCHIVE: https://github.com/gohugoio/hugo/releases/download/v0.54.0/hugo_0.54.0_Linux-64bit.tar.gz
|
||||||
|
|
||||||
build site:
|
build site:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -8,7 +8,7 @@ build site:
|
|||||||
- apk --no-cache add ca-certificates wget openssh-client
|
- apk --no-cache add ca-certificates wget openssh-client
|
||||||
- update-ca-certificates
|
- update-ca-certificates
|
||||||
- wget $HUGO_ARCHIVE
|
- wget $HUGO_ARCHIVE
|
||||||
- tar xf hugo_0.49.2_Linux-64bit.tar.gz -C /usr/local/bin
|
- tar xf hugo_0.54.0_Linux-64bit.tar.gz -C /usr/local/bin
|
||||||
script:
|
script:
|
||||||
- /usr/local/bin/hugo -d tango.hodakov.me
|
- /usr/local/bin/hugo -d tango.hodakov.me
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Submodule themes/tango updated: d928abdd06...5ce85fcbee
Reference in New Issue
Block a user