mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-06 05:04:58 -05:00
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:
2
.github/workflows/docs_preview_deploy.yaml
vendored
2
.github/workflows/docs_preview_deploy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user