mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
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 -
 |