update ci/cd

This commit is contained in:
Solomon Laing 2022-12-04 16:36:29 +10:30
parent b693c6d193
commit 3306bec63b

View File

@ -19,7 +19,7 @@ main-build-job:
tags:
- hugo
before_script:
- echo "Installing dart-sass-embedded with script"
- echo "Installing dart-sass-embedded"
- BIN_DIR=/bin
- DARTSASS_VERSION=1.49.9
- mkdir -p $BIN_DIR
@ -28,6 +28,9 @@ main-build-job:
- mv sass_embedded/dart-sass-embedded $BIN_DIR
- rm -rf sass_embedded*;
- dart-sass-embedded --version
- echo "Installing hugo"
- apt intsall hugo
- hugo --version
script:
- echo "Building configuration"
- hugo