publish_book: Publish a book to a Posit Connect server

View source: R/publish.R

publish_bookR Documentation

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()].

Note

Previously the default server was bookdown.org, which will be sunset. You are no longer recommended to publish to bookdown.org.


bookdown documentation built on Dec. 5, 2025, 9:07 a.m.