mirror of https://github.com/docker/docs.git
				
				
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			292 B
		
	
	
	
		
			TOML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			292 B
		
	
	
	
		
			TOML
		
	
	
	
| [build]
 | |
| publish = "public"
 | |
| 
 | |
| [context.deploy-preview.environment]
 | |
| NODE_VERSION = "20"
 | |
| NODE_ENV = "production"
 | |
| HUGO_VERSION = "0.124.1"
 | |
| HUGO_ENABLEGITINFO = "true"
 | |
| HUGO_ENVIRONMENT = "preview"
 | |
| 
 | |
| [context.deploy-preview]
 | |
| command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.0"
 |