mirror of
				https://github.com/deepset-ai/haystack.git
				synced 2025-10-31 09:49:48 +00:00 
			
		
		
		
	 3ffdb0a9a3
			
		
	
	
		3ffdb0a9a3
		
			
		
	
	
	
	
		
			
			* fix all eof * fix test * fix test * fix test * typo * fix sample * fix sample * add logs * fix page_dynamic_result.txt
		
			
				
	
	
		
			10 lines
		
	
	
		
			171 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			171 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 -a make.bat Makefile _src "$1"
 |