mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 14:52:37 +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(
|
||||
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",
|
||||
)?;
|
||||
|
||||
write_file(destination, "book.js", &theme.js)?;
|
||||
|
|
Loading…
Reference in a new issue