We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09f4844 + 1b06354 commit 74d4623Copy full SHA for 74d4623
.travis.yml
@@ -17,6 +17,9 @@ script:
17
- git fetch upstream
18
- git reset upstream/gh-pages
19
- 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
23
- git add -A .
24
- git commit -m "Rebuild book at ${rev}"
25
- git push -q upstream HEAD:gh-pages > /dev/null 2>&1
0 commit comments