gaborcsardi/Run a Dockerized R app
Run a Dockerized R app on GitHub Actions, and deploy the results to GitHub Pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 1, 2024
- License
- None
Pinned Snippet
uses: gaborcsardi/run-r-app@9297906c9c0990be0796f1f465ab2ca6ab32d1db # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| app-dir | Directory of the R app. It will be used as the working directory. | — | /app |
| branch | Branch to publish, default is `gh-pages`. | — | gh-pages |
| main | The name of the R file to run with `Rscript`. It is a path relative to the app directory (the `app-dir` parameter). The default is `index.R`. | — | index.R |
Outputs
no outputs