From 4dba0df12dc438eca3cb476ef52aa17cdf232c12 Mon Sep 17 00:00:00 2001 From: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:25:28 -0600 Subject: [PATCH] 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. --- .github/workflows/docs_deploy.yaml | 2 +- .github/workflows/docs_preview_deploy.yaml | 2 +- docs/en/getting-started/introduction/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs_deploy.yaml b/.github/workflows/docs_deploy.yaml index a553a4625d..361dd6607d 100644 --- a/.github/workflows/docs_deploy.yaml +++ b/.github/workflows/docs_deploy.yaml @@ -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 diff --git a/.github/workflows/docs_preview_deploy.yaml b/.github/workflows/docs_preview_deploy.yaml index 19a5001365..d487a8b5fd 100644 --- a/.github/workflows/docs_preview_deploy.yaml +++ b/.github/workflows/docs_preview_deploy.yaml @@ -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 diff --git a/docs/en/getting-started/introduction/_index.md b/docs/en/getting-started/introduction/_index.md index a68b2e014f..77be4afe60 100644 --- a/docs/en/getting-started/introduction/_index.md +++ b/docs/en/getting-started/introduction/_index.md @@ -2,7 +2,7 @@ title: "Introduction" type: docs weight: 1 -description: An introduction to MCP Toolbox for Databases. +description: An introduction to MCP Toolbox for Databases. --- MCP Toolbox for Databases is an open source MCP server for databases. It was