Skip to content

Commit

Permalink
Separated steps
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartendeKruijf committed Mar 6, 2024
1 parent 81a446a commit 05a5135
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ jobs:
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Install SCSS and autoprefixer via NPM
run: |
npm install -g postcss-cli
npm install -D postcss
npm install -g autoprefixer

- name: Install postcss via NPM
run: npm install -g postcss-cli
- name: Install postcss and autoprefixer via NPM
run: npm install -g postcss
- name: Install autoprefixer via NPM
run: npm install -g autoprefixer

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 05a5135

Please sign in to comment.