Skip to content

Commit

Permalink
Install postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
jsitera authored Jan 17, 2024
1 parent 442a4f7 commit 8cc3d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Install postcss-cli
run: sudo npm install postcss-cli
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8cc3d9e

Please sign in to comment.