瀏覽代碼

Disable jekyll

Steven Silvester 8 年之前
父節點
當前提交
8d286d190b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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