Skip to content

Commit

Permalink
Update the hugo action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJiang committed Sep 1, 2023
1 parent df4276e commit 07017a2
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 @@ -58,8 +58,8 @@ jobs:
id: pages
uses: actions/configure-pages@v3

#- name: Install Node.js dependencies
# run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Install Node.js dependencies
run: "npm install"

- name: Build with Hugo
env:
Expand Down

0 comments on commit 07017a2

Please sign in to comment.