Move build.sh into bin/
This commit is contained in:
		@@ -5,7 +5,7 @@ matrix:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # Assume bundler is being used, therefore
 | 
					    # Assume bundler is being used, therefore
 | 
				
			||||||
    # the `install` step will run `bundle install` by default.
 | 
					    # the `install` step will run `bundle install` by default.
 | 
				
			||||||
    script: ./build.sh
 | 
					    script: ./bin/build.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sudo: false # route your build to the container-based infrastructure for a faster build
 | 
					    sudo: false # route your build to the container-based infrastructure for a faster build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,5 @@
 | 
				
			|||||||
#!/usr/bin/env bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -e # halt script on error
 | 
					set -e # halt script on error
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bundle exec jekyll build
 | 
					bundle exec jekyll build
 | 
				
			||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/usr/bin/env bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Runs html-beautify's format check and errors with 0/1 if it needs to be changed.
 | 
					# Runs html-beautify's format check and errors with 0/1 if it needs to be changed.
 | 
				
			||||||
APPDIR=$(readlink -f $(dirname $(dirname $0)))
 | 
					APPDIR=$(readlink -f $(dirname $(dirname $0)))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user