Pin Hugo to older version
This commit is contained in:
parent
dfe417ee90
commit
1bef2c8542
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user