mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 22:32:35 +00:00
End .nojekyll file with newline
Before: /path/to$ cat book/.nojekyll This file makes sure that Github Pages doesn't process mdBook's output./path/to$ ▎ After: /path/to$ cat book/.nojekyll This file makes sure that Github Pages doesn't process mdBook's output. /path/to$ ▎
This commit is contained in:
parent
f6768b816c
commit
69cc1fa005
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
write_file(destination, "book.js", &theme.js)?;
|
write_file(destination, "book.js", &theme.js)?;
|
||||||
|
|
Loading…
Reference in a new issue