Skip to content

Commit 0f96150

Browse files
orangecmspamolloy
authored andcommitted
CI: pin to Hugo 0.145.0
0.146 had breaking changes again, this time missing a template: Error: error building site: html/template:single.html:94:24: no such template "_internal/disqus.html" Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent a24c538 commit 0f96150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717

1818
- name: Setup Hugo
19-
uses: peaceiris/actions-hugo@v2
19+
uses: peaceiris/actions-hugo@v3
2020
with:
21-
hugo-version: 'latest'
21+
hugo-version: '0.145.0'
2222
# extended: true
2323

2424
- name: Build

0 commit comments

Comments
 (0)