Skip to content

Commit de4f830

Browse files
committed
fix issue of postcss
1 parent a8044ee commit de4f830

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
run: |
4040
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4141
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
42-
- name: Install Dart Sass
43-
run: sudo snap install dart-sass
42+
- name: Install Dart Sass and PostCSS
43+
run: |
44+
sudo snap install dart-sass
45+
npm i -D postcss postcss-cli autoprefixer
4446
- name: Checkout
4547
uses: actions/checkout@v4
4648
with:

0 commit comments

Comments
 (0)