https://github.com/cderv/deploy-bookdown-demo
[WIP] An example of bookdown deployment to RStudio Connect
https://github.com/cderv/deploy-bookdown-demo
Last synced: about 1 month ago
JSON representation
[WIP] An example of bookdown deployment to RStudio Connect
- Host: GitHub
- URL: https://github.com/cderv/deploy-bookdown-demo
- Owner: cderv
- License: cc0-1.0
- Created: 2020-12-08T15:16:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T08:59:59.000Z (about 3 years ago)
- Last Synced: 2025-03-08T21:49:23.445Z (about 1 month ago)
- Language: R
- Homepage:
- Size: 96.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - cderv/deploy-bookdown-demo - [WIP] An example of bookdown deployment to RStudio Connect (R)
README
# Deploy a bookdown book with Github Action to RStudio connect service
This repo is just a demo on how to configure Github Action to publish to a Rstudio Connect based service (like bookdown.org, beta.rstudioconnect.com, ...)
All the interesting stuff from this repo are in `.github/workflows/`. The book itself is from the https://github.com/rstudio/bookdown-demo
## Deployment methods tested
| Method | Status | Docs | workflow |
|------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|----------|
| Using `rsconnect` R :package: |  | [Package website](https://rstudio.github.io/rsconnect/) | |
| Using `connectapi`, the R :package: for using the API |  | [Package website](https://rstudio.github.io/connectapi/) | |
| Using `rsconnect-python`, the python API :package: |  | [Library website](https://pypi.org/project/rsconnect-python/#deploying-r-or-other-content) | |
| Using `@rstudio/action/connect-publish`, the Github actions for publishing content |  | [Action repo](https://github.com/rstudio/actions/tree/main/connect-publish) | |