Pin Hugo to older version

This commit is contained in:
Jack Jackson 2024-12-28 14:35:34 -08:00
parent dfe417ee90
commit 1bef2c8542

View File

@ -46,7 +46,9 @@ steps:
commands: commands:
# I considered caching this install in a pre-built image in registry, # I considered caching this install in a pre-built image in registry,
# but the install seems pretty quick! # but the install seems pretty quick!
- apk add hugo git
# # Pinning to an old version of Hugo because ananke theme has not yet updated to remove deprecated logic
- apk add hugo=0.123.0 git
- git submodule init - git submodule init
- git submodule update --recursive - git submodule update --recursive
- hugo --source blog - hugo --source blog