Merge pull request #1310 from dtolnay/nojekyll

End .nojekyll file with newline
This commit is contained in:
Eric Huss 2020-09-06 09:21:59 -07:00 committed by GitHub
commit 33ea661350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ impl HtmlHandlebars {
write_file( write_file(
destination, destination,
".nojekyll", ".nojekyll",
b"This file makes sure that Github Pages doesn't process mdBook's output.", b"This file makes sure that Github Pages doesn't process mdBook's output.\n",
)?; )?;
if let Some(cname) = &html_config.cname { if let Some(cname) = &html_config.cname {