build: Betty Build

Description Usage Arguments Examples

Description

Builds pkgdown site and source package from a git remote and optionally publish it directly to https://docs.ropensci.org.

Usage

1
2
3
4
5
6
7
8
build_site(
  repo,
  dest = ".",
  git_url = "",
  deploy_url = "https://docs.ropensci.org"
)

build_all_sites(dest = ".")

Arguments

repo

either local path or remote url of the git repository

dest

path of volume to save docs and src output

git_url

full URL of the git remote (used to customize the template)

deploy_url

optional base domain name under which sites will be hosted.

Examples

1
2
3
4
## Not run: 
build_site('https://github.com/ropensci/magick')

## End(Not run)

jeroen/betty documentation built on Sept. 7, 2021, 7:40 a.m.