Skip to content

Commit 0808158

Browse files
committed
remove dart-sass
1 parent be8bc98 commit 0808158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yaml

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

0 commit comments

Comments
 (0)