diff --git a/.drone.yml b/.drone.yml index eed5a40..d142363 100644 --- a/.drone.yml +++ b/.drone.yml @@ -46,10 +46,8 @@ steps: commands: # I considered caching this install in a pre-built image in registry, # 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 add hugo=0.123.0 git + - apk add hugo git - git submodule init - git submodule update --recursive - hugo --source blog