use_update_pkgdown.Rd
use workflow in current pkg to update pkg down, where the site is deployed to a branch called gh-pages
use_update_pkgdown(
workflow_name = "call-update-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.