Explorar el Código

Disable jekyll

Steven Silvester hace 8 años
padre
commit
8d286d190b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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