Builds package documentation with the pkgdown package.
Calls pkgdown::clean_site() and then pkgdown::build_site(...).
step_build_pkgdown(...)Arguments passed on to pkgdown::build_site
Path to package.
Run examples?
If TRUE, will run devtools::document() before
updating the site.
Run examples that are surrounded in \dontrun?
Seed used to initialize so that random examples are reproducible.
If TRUE, will only rebuild articles and reference pages
if the source is newer than the destination.
An optional named list used to temporarily override
values in _pkgdown.yml
If TRUE, or is.na(preview) && interactive(), will preview
freshly generated section in browser.
If TRUE, will run build_site() in a separate process.
This enhances reproducibility by ensuring nothing that you have loaded
in the current process affects the build process.
Other steps: step_add_to_drat,
step_add_to_known_hosts,
step_do_push_deploy,
step_hello_world,
step_install_pkg,
step_install_ssh_keys,
step_push_deploy,
step_run_code,
step_setup_push_deploy,
step_setup_ssh,
step_test_ssh,
step_write_text_file