mirror of
				https://github.com/newtype256/website.git
				synced 2025-11-04 04:10:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			126 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			126 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
set -e # halt script on error
 | 
						|
 | 
						|
bundle exec jekyll build
 | 
						|
bundle exec htmlproofer ./_site --disable-external |