mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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:
		@@ -851,7 +851,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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user