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 145e11b commit 9a0a408Copy full SHA for 9a0a408
.drone.yml
@@ -941,7 +941,8 @@ steps:
941
image: plugins/hugo:latest
942
pull: always
943
commands:
944
- - apk add --no-cache make bash curl
+ # https://github.com/drone-plugins/drone-hugo/issues/36
945
+ - apk upgrade --no-cache libcurl && apk add --no-cache make bash curl
946
- cd docs
947
- make trans-copy clean build
948
0 commit comments