Skip to content

Commit 1d149b3

Browse files
author
Dmitry Marov
committed
removed dependency on dart sass
1 parent 8877203 commit 1d149b3

5 files changed

Lines changed: 667 additions & 656 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
run: |
3939
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4040
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
41-
- name: Install Dart Sass
42-
run: sudo snap install dart-sass
4341
- name: Checkout
4442
uses: actions/checkout@v4
4543
with:

0 commit comments

Comments
 (0)