We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8044ee commit de4f830Copy full SHA for de4f830
1 file changed
.github/workflows/hugo.yml
@@ -39,8 +39,10 @@ jobs:
39
run: |
40
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
41
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
42
- - name: Install Dart Sass
43
- run: sudo snap install dart-sass
+ - name: Install Dart Sass and PostCSS
+ run: |
44
+ sudo snap install dart-sass
45
+ npm i -D postcss postcss-cli autoprefixer
46
- name: Checkout
47
uses: actions/checkout@v4
48
with:
0 commit comments