mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Use pre-built hugo binary in release step (#12725)
* Use pre-built hugo binary in release step * decrease verbosity of tar
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -617,7 +617,7 @@ release-docs: | $(DIST_DIRS) docs | |||||||
| .PHONY: docs | .PHONY: docs | ||||||
| docs: | docs: | ||||||
| 	@hash hugo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | 	@hash hugo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | ||||||
| 		$(GO) get -u github.com/gohugoio/hugo; \ | 		curl -sL https://github.com/gohugoio/hugo/releases/download/v0.74.3/hugo_0.74.3_Linux-64bit.tar.gz | tar zxf - -C /tmp && mv /tmp/hugo /usr/bin/hugo && chmod +x /usr/bin/hugo; \ | ||||||
| 	fi | 	fi | ||||||
| 	cd docs; make trans-copy clean build-offline; | 	cd docs; make trans-copy clean build-offline; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user