Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicrausaz authored May 27, 2024
1 parent c67de43 commit 270708f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
with:
hugo-version: '0.119.0'
extended: true

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: node dependencies
run: npm ci

- name: build Hugo
run: hugo --minify
Expand Down

0 comments on commit 270708f

Please sign in to comment.