Skip to content

Commit 6524aa5

Browse files
committed
Install hugo
1 parent 1fb66dc commit 6524aa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-all-sites.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ jobs:
1313
uses: actions/setup-go@v4
1414
with:
1515
go-version: 1.21
16+
- name: Setup Hugo
17+
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f
18+
with:
19+
hugo-version: '0.136.3'
20+
extended: true
1621
- name: Build all sites
1722
run: ./tooling/build_all_sites.sh

0 commit comments

Comments
 (0)