Skip to content

Commit

Permalink
or this?
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Mar 3, 2024
1 parent 32efaad commit cb40c10
Show file tree
Hide file tree
Showing 3 changed files with 1,020 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm i || true"
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/public
resources/
node_modules/
package-lock.json
.hugo_build.lock
.DS_Store
.idea
Loading

0 comments on commit cb40c10

Please sign in to comment.