Skip to content

Commit

Permalink
No longer need to copy the schema docs.
Browse files Browse the repository at this point in the history
They are directly generated in place.
  • Loading branch information
mbjones committed Aug 13, 2019
1 parent e07a5bc commit 8e9393a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/build_book.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ bookdown::render_book("index.Rmd", "bookdown::gitbook")

# Copy the HTML Bookdown produces from the ../README.md file to index.html
file.copy("../dist/eml-ecological-metadata-language.html", "../dist/index.html", overwrite = TRUE)

# Copy the Oxygen XML schema docs into the book
system(paste("cp -r", "./schema", "../dist/schema"))

0 comments on commit 8e9393a

Please sign in to comment.