Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/.