update ci/cd
This commit is contained in:
parent
5165daafe2
commit
b693c6d193
@ -20,7 +20,14 @@ main-build-job:
|
|||||||
- hugo
|
- hugo
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Installing dart-sass-embedded with script"
|
- echo "Installing dart-sass-embedded with script"
|
||||||
- ./install-dart-sass-embedded.sh
|
- BIN_DIR=/bin
|
||||||
|
- DARTSASS_VERSION=1.49.9
|
||||||
|
- mkdir -p $BIN_DIR
|
||||||
|
- curl -LJO https://github.com/sass/dart-sass-embedded/releases/download/${DARTSASS_VERSION}/sass_embedded-${DARTSASS_VERSION}-linux-x64.tar.gz;
|
||||||
|
- tar -xvf sass_embedded-${DARTSASS_VERSION}-linux-x64.tar.gz;
|
||||||
|
- mv sass_embedded/dart-sass-embedded $BIN_DIR
|
||||||
|
- rm -rf sass_embedded*;
|
||||||
|
- dart-sass-embedded --version
|
||||||
script:
|
script:
|
||||||
- echo "Building configuration"
|
- echo "Building configuration"
|
||||||
- hugo
|
- hugo
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user