mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-20 21:28:16 -04:00
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:
1 parent
96ccb8e96c
commit
8a7d8e95f2
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user