Skip to content

Commit

Permalink
Merge pull request #1310 from dtolnay/nojekyll
Browse files Browse the repository at this point in the history
End .nojekyll file with newline
  • Loading branch information
ehuss authored Sep 6, 2020
2 parents 1b18740 + 69cc1fa commit 33ea661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/html_handlebars/hbs_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ impl HtmlHandlebars {
write_file(
destination,
".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 {
Expand Down

0 comments on commit 33ea661

Please sign in to comment.