Revert to current version of Hugo
This commit is contained in:
parent
ac94d8d85a
commit
426621ce8e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user