mirror of
				https://github.com/deepset-ai/haystack.git
				synced 2025-11-04 11:49:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			188 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# Purpose : Release a new docs version
 | 
						|
# Input: New docs version
 | 
						|
 | 
						|
# Create folder for new docs veresion
 | 
						|
mkdir "$1"
 | 
						|
 | 
						|
cp -ar make.bat Makefile _src static templates "$1" |