We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e26f2b commit 92f72d6Copy full SHA for 92f72d6
.drone.yml
@@ -851,7 +851,8 @@ steps:
851
image: plugins/hugo:latest
852
pull: always
853
commands:
854
- - apk add --no-cache make bash curl
+ # https://github.com/drone-plugins/drone-hugo/issues/36
855
+ - apk upgrade --no-cache libcurl && apk add --no-cache make bash curl
856
- cd docs
857
- make trans-copy clean build
858
0 commit comments