Merge pull request #3576 from jekyll/fix-proofer
script/proof: ignore eduardoboucas.com
This commit is contained in:
		
						commit
						0d288c54da
					
				| 
						 | 
				
			
			@ -10,9 +10,10 @@ function msg {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
INGORE_HREFS=$(ruby -e 'puts %w{
 | 
			
		||||
	Chrononaut
 | 
			
		||||
	twitter.com
 | 
			
		||||
	nearlyfreespeech.net
 | 
			
		||||
  Chrononaut
 | 
			
		||||
  twitter.com
 | 
			
		||||
  nearlyfreespeech.net
 | 
			
		||||
  eduardoboucas.com
 | 
			
		||||
}.map{|h| "/#{h}/"}.join(",")')
 | 
			
		||||
SOURCE="site"
 | 
			
		||||
DESTINATION="_site"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue