Ver Fonte

Disable jekyll

Steven Silvester há 8 anos atrás
pai
commit
8d286d190b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      scripts/travis_after_success.sh

+ 1 - 0
scripts/travis_after_success.sh

@@ -12,6 +12,7 @@ then
     git config user.email "travis@travis-ci.com"
     git config user.name "Travis Bot"
 
+    touch .nojekyll  # disable jekyll
     git add .
     git commit -m "Deploy to GitHub Pages"
     git push --force --quiet "https://${GHTOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1