We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd028b6 commit 2bdf070Copy full SHA for 2bdf070
.github/workflows/hugo.yaml
@@ -51,7 +51,7 @@ jobs:
51
with:
52
node-version: 20
53
- name: Install Node.js dependencies
54
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ run: "npm install"
55
- name: Build with Hugo
56
env:
57
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments