feat(build): new build script"
This commit is contained in:
		
							
								
								
									
										12
									
								
								build.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										12
									
								
								build.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
####################################################################
 | 
			
		||||
# PROJECT: Data Controller Docs                                    #
 | 
			
		||||
####################################################################
 | 
			
		||||
 | 
			
		||||
## Create regular mkdocs docs
 | 
			
		||||
echo 'building mkdocs'
 | 
			
		||||
mkdocs build --clean
 | 
			
		||||
 | 
			
		||||
#mkdocs serve
 | 
			
		||||
 | 
			
		||||
rsync -avz --exclude .git/ --del -e "ssh -p 722" ~/git/dcdocs/site/ macropeo@77.72.0.226:/home/macropeo/docs.datacontroller.io
 | 
			
		||||
		Reference in New Issue
	
	Block a user