We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080bc2 commit 9cbf1e6Copy full SHA for 9cbf1e6
.github/workflows/hugo.yml
@@ -38,8 +38,8 @@ jobs:
38
run: |
39
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
40
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
41
- - name: Install Dart Sass
42
- run: sudo snap install dart-sass
+ - name: Install PostCSS
+ run: npm i postcss
43
- name: Checkout
44
uses: actions/checkout@v4
45
with:
0 commit comments