Skip to content

Commit cbf1532

Browse files
committed
temporarily downgrade hugo to make the build pass
1 parent 903d612 commit cbf1532

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: peaceiris/actions-hugo@v3
2323
with:
2424
extended: true
25+
# Remove the pin once https://github.com/gohugoio/hugo/issues/14282 is fixed
26+
hugo-version: '0.152.2'
2527

2628
- name: Build site
2729
run: hugo

0 commit comments

Comments
 (0)