use_build_pkgdown.Rd
use workflow in current pkg to check pkgdown site builds.
use_build_pkgdown(
workflow_name = "call-build-pkgdown.yml",
additional_args = NULL
)
What to name the github action workflow locally. Must
have the file extension .yml
A named list of additional command line arguments to be passed to the workflow. The names of the list represent the platforms (windows, macos, or ubuntu), and the values are character vectors of arguments. These additional arguments are executed after the step that checks out the repository and before the step that sets up R.