publish_book: Publish a book to a Posit Connect server
Description
Publish a book to a Connect Server. By default, you should render the book
locally before publishing.
Usage
publish_book(name = NULL, ...)
Arguments
- name
Name of the book (this will be used in the URL path of the
published book). Defaults to the book_filename in
_bookdown.yml if not specified.
- ...
Other arguments to be passed to [rsconnect::deploySite()].