Skip to content

Commit 29fd896

Browse files
author
Rafael Teno Dias
committed
Ajustado Workflow.
1 parent 421cacf commit 29fd896

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ jobs:
4646
- name: Setup Pages
4747
id: pages
4848
uses: actions/configure-pages@v5
49-
- name: Install Node.js dependencies
49+
- name: Setup Node.js
5050
uses: actions/setup-node@v4
5151
with:
5252
node-version: 20
53+
- name: Install Node.js dependencies
5354
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
5455
- name: Build with Hugo
5556
env:

0 commit comments

Comments
 (0)