Skip to content

Commit

Permalink
Fixed DART SCSS commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hash3liZer committed Oct 16, 2024
1 parent a9a3de7 commit 6fa9e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:

- name: Setup Hugo
run: |
curl -LJO https://github.com/sass/dart-sass/releases/download/1.79.2/dart-sass-1.79.2-linux-x64.tar.gz
tar -xf dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz
curl -LJO https://github.com/sass/dart-sass/releases/download/1.79.5/dart-sass-1.79.5-linux-x64.tar.gz
tar -xf dart-sass-1.79.5-linux-x64.tar.gz
cp -r dart-sass/* /usr/local/bin
rm -rf dart-sass*
curl -L -o /tmp/hugo.tar.gz 'https://github.com/gohugoio/hugo/releases/download/v0.136.0/hugo_0.136.0_linux-amd64.tar.gz'
Expand Down

0 comments on commit 6fa9e09

Please sign in to comment.