diff --git a/.drone.yml b/.drone.yml index 8a73e84a0..a0abaa9cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -941,7 +941,8 @@ steps: image: plugins/hugo:latest pull: always commands: - - apk add --no-cache make bash curl + # https://github.com/drone-plugins/drone-hugo/issues/36 + - apk upgrade --no-cache libcurl && apk add --no-cache make bash curl - cd docs - make trans-copy clean build