Skip to content

Commit a221ea1

Browse files
Update main.yml
1 parent b28095d commit a221ea1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
with:
1818
node-version: '20'
1919

20+
- name: Setup Hugo
21+
uses: peaceiris/actions-hugo@v3
22+
with:
23+
hugo-version: 'latest'
24+
extended: true
25+
2026
- name: Install dependencies
2127
run: npm ci
2228

0 commit comments

Comments
 (0)