From 969b52ae05a9963040f411116eeca10d5a78da77 Mon Sep 17 00:00:00 2001 From: Dolan Date: Mon, 17 Apr 2017 13:24:43 +0100 Subject: [PATCH] added nojekyll to gh-pages --- deploy-docs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy-docs.sh b/deploy-docs.sh index 6544b8684f..bf34e0a56e 100644 --- a/deploy-docs.sh +++ b/deploy-docs.sh @@ -30,7 +30,6 @@ cd .. # Clean out existing contents echo "Cleaning out existing contents." rm -rf docs/**/* || exit 0 -ls # Run our compile script doCompile @@ -39,6 +38,10 @@ doCompile cd docs git config user.name "Travis CI" 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 [ -z `git diff --exit-code` ]; then