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 568872e commit 8859596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ jobs:
- name: Install Node.js dependencies
run: |
#npm install -g postcss-cli autoprefixer
npm install postcss -D
npm install -g postcss-cli
npm install -g autoprefixer
npm install -D autoprefixer
npm install -D postcss-cli
npm install -D postcss
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 8859596

Please sign in to comment.