Pin Hugo to 0.121.2 for anubis2 theme compatibility
Some checks failed
Deploy / deploy (push) Failing after 6s

The theme uses site.Locale (removed in 0.123) and .Language.Label
(removed in 0.124). Pinning to 0.121.2, the last pre-deprecation
stable release.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Thanwer 2026-05-23 18:06:47 +02:00
parent 227fbe202c
commit d5605b302e

View File

@ -6,7 +6,7 @@ on:
workflow_dispatch:
env:
HUGO_VERSION: "0.151.0"
HUGO_VERSION: "0.121.2"
jobs:
deploy: