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 d8d8bb4 commit f2d164a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Install Node.js dependencies
#run: npm install postcss-cli autoprefixer
run: npm ci
run: npm install postcss-cli
- name: Install autoprefixer
run: npm install autoprefixer
#run: npm ci
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit f2d164a

Please sign in to comment.