update ci/cd

This commit is contained in:
Solomon Laing 2022-12-04 16:42:15 +10:30
parent b1075ba543
commit cc4f04ae59

View File

@ -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"