Skip to content

Commit 74d4623

Browse files
authored
Merge pull request #2470 from TimNN/no-jekyll
[mdbook] Disable jekyll
2 parents 09f4844 + 1b06354 commit 74d4623

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ script:
1717
- git fetch upstream
1818
- git reset upstream/gh-pages
1919
- touch .
20+
# We don't use jekyll. Disable it so it doesn't assign special meaning to any
21+
# of our files (e.g. ignoring directories with a leading '_').
22+
- touch .nojekyll
2023
- git add -A .
2124
- git commit -m "Rebuild book at ${rev}"
2225
- git push -q upstream HEAD:gh-pages > /dev/null 2>&1

0 commit comments

Comments
 (0)