Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emilhvitfeldt/bookdown-github-actions-netlify
Example of using Github Actions to deploy bookdown on Netlify
https://github.com/emilhvitfeldt/bookdown-github-actions-netlify
Last synced: about 2 months ago
JSON representation
Example of using Github Actions to deploy bookdown on Netlify
- Host: GitHub
- URL: https://github.com/emilhvitfeldt/bookdown-github-actions-netlify
- Owner: EmilHvitfeldt
- License: cc0-1.0
- Created: 2020-01-20T19:53:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T16:44:35.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:15:13.930Z (4 months ago)
- Language: R
- Homepage: https://bookdown-github-actions-netlify.netlify.com/
- Size: 15.6 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/022fd0de-6e47-434c-8ef7-8bc304c7407b/deploy-status)](https://app.netlify.com/sites/bookdown-github-actions-netlify/deploys)
Blog Post describing the process [here](https://www.emilhvitfeldt.com/post/bookdown-netlify-github-actions/)
This is a minimal example of a book based on R Markdown and **bookdown** (https://github.com/rstudio/bookdown). Please see the page "[Get Started](https://bookdown.org/yihui/bookdown/get-started.html)" at https://bookdown.org/yihui/bookdown/ for how to compile this example into HTML. You may generate a copy of the book in `bookdown::pdf_book` format by calling `bookdown::render_book('index.Rmd', 'bookdown::pdf_book')`. More detailed instructions are available here https://bookdown.org/yihui/bookdown/build-the-book.html.
You can find the preview of this example at https://bookdown.org/yihui/bookdown-demo/.