Skip to content

Commit

Permalink
Merge pull request #2470 from TimNN/no-jekyll
Browse files Browse the repository at this point in the history
[mdbook] Disable jekyll
  • Loading branch information
steveklabnik committed Jun 11, 2018
2 parents 09f4844 + 1b06354 commit 74d4623
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ script:
- git fetch upstream
- git reset upstream/gh-pages
- touch .
# We don't use jekyll. Disable it so it doesn't assign special meaning to any
# of our files (e.g. ignoring directories with a leading '_').
- touch .nojekyll
- git add -A .
- git commit -m "Rebuild book at ${rev}"
- git push -q upstream HEAD:gh-pages > /dev/null 2>&1
Expand Down

0 comments on commit 74d4623

Please sign in to comment.