update ci/cd
This commit is contained in:
parent
b1075ba543
commit
cc4f04ae59
@ -29,7 +29,11 @@ main-build-job:
|
||||
- rm -rf sass_embedded*;
|
||||
- dart-sass-embedded --version
|
||||
- echo "Installing hugo"
|
||||
- apt install hugo
|
||||
- HUGO_VERSION=0.107.0
|
||||
- curl -LJO https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz;
|
||||
- tar -xvf hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz;
|
||||
- mv hugo_extended/hugo $BIN_DIR
|
||||
- rm -rf hugo_extended*;
|
||||
- hugo --version
|
||||
script:
|
||||
- echo "Building configuration"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user