-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi Andres,
Since this is relatively live document with many contributors I was thinking we could add a Github action to always build from the latest .Rmd files when merging to master. So that we don't need to worry about adding all those extra files ourselves.
It possible that we need to host the site in a separate gh-pages branch though. See
https://bookdown.org/yihui/bookdown/github.html
In order to add an empty gh-pages branch on remote do:
git checkout --orphan gh-pages
git rm -rf .
git commit --allow-empty -m "root commit"
git push origin gh-pagesReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels