From 8a7d8e95f2b0f24933b2b8aa75d31fd5ff2b82e0 Mon Sep 17 00:00:00 2001 From: localai-org-maint-bot <306269227+localai-org-maint-bot@users.noreply.github.com> Date: Sun, 20 Sep 2026 03:09:28 +0000 Subject: [PATCH] fix(ci): use Hugo required by the docs theme Relearn now requires Hugo 0.165.0. The 0.146.3 Pages pin fails while rendering aliases because langs.Language has no Locale field. Assisted-by: Codex:gpt-6 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 746ed923d..8562073f1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -40,7 +40,7 @@ jobs: # fetch their own toolchains, and no step uses sudo, apt, make or unzip. runs-on: ${{ github.repository == 'mudler/LocalAI' && 'arc-runner-set' || 'ubuntu-latest' }} env: - HUGO_VERSION: "0.146.3" + HUGO_VERSION: "0.165.0" steps: - name: Checkout uses: actions/checkout@v7