| rxp_ga | R Documentation |
Run a Pipeline on GitHub Actions
rxp_ga()
This function puts a .yaml file inside the .github/workflows/
folder on the root of your project. This workflow file expects both
scripts generated by rxp_init(), gen-env.R and gen-pipeline.R to be
present. If that's not the case, edit the .yaml file accordingly. Build
artifacts are archived and restored automatically between runs. Make sure
to give read and write permissions to the GitHub Actions bot.
Nothing, copies file to a directory.
Other ci utilities:
rxp_dag_for_ci(),
rxp_write_dag()
## Not run:
rxp_ga()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.