Skip to content

Commit

Permalink
[skip-tutocheck] [skip-renderbook] .nojekyll files missing
Browse files Browse the repository at this point in the history
  • Loading branch information
CeresBarros committed Nov 17, 2023
1 parent ff1ee56 commit 9b390d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Empty file added .nojekyll
Empty file.
8 changes: 6 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ if (!file.exists("citations/ecology-letters.csl")) {
}
## prevents GitHub from rendering book using Jekyll
if (!file.exists("docs/.nojekyll")) {
file.create("docs/.nojekyll")
# if (!file.exists("docs/.nojekyll")) {
# file.create("docs/.nojekyll")
# }
if (!file.exists(".nojekyll")) {
file.create(".nojekyll")
}
options(bookdown.post.latex = function(x) {
Expand Down

0 comments on commit 9b390d4

Please sign in to comment.