Revert to current version of Hugo

This commit is contained in:
Jack Jackson 2024-12-28 14:40:41 -08:00
parent ac94d8d85a
commit 426621ce8e

View File

@ -46,10 +46,8 @@ 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!
# # Pinning to an old version of Hugo because ananke theme has not yet updated to remove deprecated logic
- apk update - apk update
- apk add hugo=0.123.0 git - apk add hugo git
- git submodule init - git submodule init
- git submodule update --recursive - git submodule update --recursive
- hugo --source blog - hugo --source blog