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: 4 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-25T16:44:35.000Z (over 3 years ago)
- Last Synced: 2024-11-24T01:02:34.911Z (5 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
- jimsghstars - EmilHvitfeldt/bookdown-github-actions-netlify - Example of using Github Actions to deploy bookdown on Netlify (R)
README
[](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/.