Skip to content

Commit 2bdf070

Browse files
author
Rafael Teno Dias
committed
Ajustado o workflow.
1 parent fd028b6 commit 2bdf070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
node-version: 20
5353
- name: Install Node.js dependencies
54-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
54+
run: "npm install"
5555
- name: Build with Hugo
5656
env:
5757
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)