added nojekyll to gh-pages
This commit is contained in:
@ -30,7 +30,6 @@ cd ..
|
|||||||
# Clean out existing contents
|
# Clean out existing contents
|
||||||
echo "Cleaning out existing contents."
|
echo "Cleaning out existing contents."
|
||||||
rm -rf docs/**/* || exit 0
|
rm -rf docs/**/* || exit 0
|
||||||
ls
|
|
||||||
|
|
||||||
# Run our compile script
|
# Run our compile script
|
||||||
doCompile
|
doCompile
|
||||||
@ -39,6 +38,10 @@ doCompile
|
|||||||
cd docs
|
cd docs
|
||||||
git config user.name "Travis CI"
|
git config user.name "Travis CI"
|
||||||
git config user.email "dolan_miu@hotmail.com"
|
git config user.email "dolan_miu@hotmail.com"
|
||||||
|
ls
|
||||||
|
|
||||||
|
# add .nojekyll file
|
||||||
|
touch .nojekyll
|
||||||
|
|
||||||
# If there are no changes to the compiled out (e.g. this is a README update) then just bail.
|
# If there are no changes to the compiled out (e.g. this is a README update) then just bail.
|
||||||
if [ -z `git diff --exit-code` ]; then
|
if [ -z `git diff --exit-code` ]; then
|
||||||
|
Reference in New Issue
Block a user