Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TiarkRompf authored Dec 2, 2023
1 parent 213730f commit 86030a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci && npm install -g postcss-cli || true"
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci && sudo npm install -g postcss-cli || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down

0 comments on commit 86030a9

Please sign in to comment.