Skip to content

Commit 9cfe3dd

Browse files
Removing Dart Sass
We are not using it and it currently breaks the workflow anyway due to some hosting troubles on their end.
1 parent 0bc8462 commit 9cfe3dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
run: |
3030
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
3131
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
32-
- name: Install Dart Sass
33-
run: sudo snap install dart-sass
3432
- name: Checkout
3533
uses: actions/checkout@v4
3634
with:

0 commit comments

Comments
 (0)