Skip to content

Commit 45d2f7d

Browse files
authored
Merge pull request #5 from dasc-lab/feature/remove_dart_scss
removed dart scss
2 parents d9a0349 + 96786aa commit 45d2f7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/hugo.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ 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
41+
# dont install dart sass, we arent using it
42+
# - name: Install Dart Sass
43+
# run: sudo snap install dart-sass
4344
- name: Checkout
4445
uses: actions/checkout@v4
4546
with:

0 commit comments

Comments
 (0)