1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/publish.R
\name{publish_book}
\alias{publish_book}
\title{Publish a book to a Posit Connect server}
\usage{
publish_book(name = NULL, ...)
}
\arguments{
\item{name}{Name of the book (this will be used in the URL path of the
published book). Defaults to the \code{book_filename} in
\code{_bookdown.yml} if not specified.}
\item{...}{Other arguments to be passed to [rsconnect::deploySite()].}
}
\description{
Publish a book to a Connect Server. By default, you should render the book
locally before publishing.
}
\note{
Previously the default server was bookdown.org, which will be sunset.
You are no longer recommended to publish to bookdown.org.
}
|