We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7417ddb commit d4f31a9Copy full SHA for d4f31a9
1 file changed
.github/workflows/hugo.yml
@@ -39,11 +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 and PostCSS
43
- run: |
44
- sudo snap install dart-sass
45
- npm install -g npx
46
- npx install postcss
+ - name: Install Dart Sass
+ run: sudo snap install dart-sass
+ - name: Install PostCSS
+ run: npx install postcss
47
- name: Checkout
48
uses: actions/checkout@v4
49
with:
0 commit comments