Skip to content

Commit d4f31a9

Browse files
authored
update
1 parent 7417ddb commit d4f31a9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ jobs:
3939
run: |
4040
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
4141
&& 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
42+
- name: Install Dart Sass
43+
run: sudo snap install dart-sass
44+
- name: Install PostCSS
45+
run: npx install postcss
4746
- name: Checkout
4847
uses: actions/checkout@v4
4948
with:

0 commit comments

Comments
 (0)