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 4894c6d commit 8b09e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Install Node.js dependencies
run: npm install postcss-cli autoprefixer
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16' # Choose the Node.js version you need
- name: Install Node.js dependencies
run: npm install postcss-cli autoprefixer
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 8b09e47

Please sign in to comment.