Skip to content

Commit

Permalink
Ajustado Workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Teno Dias committed Sep 11, 2024
1 parent 421cacf commit 29fd896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
env:
Expand Down

0 comments on commit 29fd896

Please sign in to comment.