Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imendizabal authored Jun 25, 2024
1 parent ea79b2d commit f94fd5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:

- name: Install Node.js dependencies
run: |
npm install postcss-cli autoprefixer
#npm install -g postcss-cli autoprefixer
npm install postcss -D
npm install -g postcss-cli
npm install -g autoprefixer
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f94fd5b

Please sign in to comment.