Skip to content

Commit 9cbf1e6

Browse files
committed
Install postcss
1 parent 5080bc2 commit 9cbf1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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+
- name: Install PostCSS
42+
run: npm i postcss
4343
- name: Checkout
4444
uses: actions/checkout@v4
4545
with:

0 commit comments

Comments
 (0)