This adds a function called use_build_render_bookdown() to set up to render bookdown and deploy it automatically. Note that this function will only work in a repository that is an R package, and always deploys to the same repository in a branch called gh-pages (in a subdirectory).
Addresses #58, #2.
This adds a function called
use_build_render_bookdown()
to set up to render bookdown and deploy it automatically. Note that this function will only work in a repository that is an R package, and always deploys to the same repository in a branch called gh-pages (in a subdirectory).