Description Usage Arguments Value See Also Examples
Sets up workflow automation, including continuous integration and deployment (CI/CD) for different kinds of R projects on GitHub actions. This function
transforms a list into the GitHub actions syntax,
writes it out to .github/workflows/
in your repository.
1 | use_ghactions(workflow = website())
|
workflow |
|
A logical vector indicating if file was modified.
Other setup:
edit_workflow()
,
use_ghactions_badge()
1 2 3 4 | ## Not run:
use_ghactions(workflow = website())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.