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>
This commit is contained in:
parent
145e11bc39
commit
9a0a4086e2
1 changed files with 2 additions and 1 deletions
|
@ -941,7 +941,8 @@ steps:
|
||||||
image: plugins/hugo:latest
|
image: plugins/hugo:latest
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
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
|
- cd docs
|
||||||
- make trans-copy clean build
|
- make trans-copy clean build
|
||||||
|
|
||||||
|
|
Reference in a new issue