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
This commit is contained in:
localai-org-maint-bot committed 2026-09-20 03:09:28 +00:00
1 parent 96ccb8e96c
commit 8a7d8e95f2
1 file changed
+1 -1
+1 -1
View File
@@ -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