File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,19 +77,16 @@ jobs:
7777 wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb
7878 sudo dpkg -i ${{ runner.temp }}/hugo.deb
7979 hugo version
80- - name : Install Dart Sass
81- env :
82- DART_SASS_VERSION : 1.99.0
83- run : |
84- curl -LO https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
85- tar -xzf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
86- sudo cp -r dart-sass/* /usr/local/bin/
87- sass --version
8880
8981 - uses : actions/setup-node@v6
9082 with :
9183 node-version : lts/*
9284
85+ - name : Install Dart Sass
86+ run : |
87+ npm install -g sass
88+ sass --version
89+
9390 - name : Install test dependencies
9491 run : |
9592 # Clean install of the node modules
You can’t perform that action at this time.
0 commit comments