fix: update libcurl in docs pipeline (#22204)

Backport https://github.com/go-gitea/gitea/pull/22203

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
mj-v1.18.3
John Olheiser 1 year ago committed by GitHub
parent 145e11bc39
commit 9a0a4086e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save