We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6264452 commit a99f141Copy full SHA for a99f141
1 file changed
.github/workflows/hugo.yml
@@ -41,6 +41,8 @@ jobs:
41
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
42
- name: Install Dart Sass
43
run: sudo snap install dart-sass
44
+ - name: Install PostCSS
45
+ run: apt update && apt install node-postcss
46
- name: Checkout
47
uses: actions/checkout@v4
48
with:
0 commit comments