chore(ci/cd): pin version of hugo (#444)

Hugo's recent release seems to have broken docsy:
https://github.com/gohugoio/hugo/issues/13599
There's a fix in progress: https://github.com/google/docsy/pull/2215

To unblock CI/CD, I've pinned hugo to 0.145.0 instead.
This commit is contained in:
Kurtis Van Gent
2025-04-14 22:25:28 -06:00
committed by GitHub
parent e99655ab68
commit 4dba0df12d
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
with:
hugo-version: "latest"
hugo-version: "0.145.0"
extended: true
- name: Setup Node