mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 22:28:40 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
rm -rf ./site
 | 
						|
mkdocs build --clean
 | 
						|
cd site
 | 
						|
git init
 | 
						|
git add -A
 | 
						|
git commit -m 'deploy'
 | 
						|
git push -f git@github.com:krahets/hello-algo.git master:gh-pages
 | 
						|
cd -
 |