View source: R/update_workflows.R
update_github_workflows | R Documentation |
This function copies and updates the workflows to run {sandpaper}
.
update_github_workflows(
path = ".",
files = "",
overwrite = TRUE,
clean = "*.yaml",
quiet = FALSE
)
path |
path to the current lesson. |
files |
the files to include in the update. Defaults to an empty string, which will update all files |
overwrite |
if |
clean |
glob of files to be cleaned before writing. Defaults to
|
quiet |
if |
the paths to the new files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.