Skip to content

Commit

Permalink
Install dart-sass instead of dart-sass-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught committed Jun 5, 2024
1 parent 978f4cc commit 1c6b7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
run: sudo snap install hugo
- name: Setup Sass
run: sudo snap install dart-sass-embedded
run: sudo snap install dart-sass
- id: pages
name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 1c6b7c8

Please sign in to comment.