mirror of
https://github.com/go-gitea/gitea
synced 2024-12-22 04:47:55 +01:00
fix: update libcurl in docs pipeline (#22205)
Backport https://github.com/go-gitea/gitea/pull/22203 Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
7e26f2b626
commit
92f72d678c
@ -851,7 +851,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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user