Skip to content

Commit 4dba0df

Browse files
authored
chore(ci/cd): pin version of hugo (#444)
Hugo's recent release seems to have broken docsy: gohugoio/hugo#13599 There's a fix in progress: google/docsy#2215 To unblock CI/CD, I've pinned hugo to 0.145.0 instead.
1 parent e99655a commit 4dba0df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Hugo
4747
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
4848
with:
49-
hugo-version: "latest"
49+
hugo-version: "0.145.0"
5050
extended: true
5151

5252
- name: Setup Node

.github/workflows/docs_preview_deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Hugo
4747
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
4848
with:
49-
hugo-version: "latest"
49+
hugo-version: "0.145.0"
5050
extended: true
5151

5252
- name: Setup Node

docs/en/getting-started/introduction/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Introduction"
33
type: docs
44
weight: 1
5-
description: An introduction to MCP Toolbox for Databases.
5+
description: An introduction to MCP Toolbox for Databases.
66
---
77

88
MCP Toolbox for Databases is an open source MCP server for databases. It was

0 commit comments

Comments
 (0)