You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Since it is being deployed in /docs and master, I think Git will keep tracking everything that goes in /docs, so we would have to render locally in /_book or somewhere else so it is not capture by git, right?
Most of the sides that I have found are to deploy in Netlify, not github pages (like this). Yet, I found this other to deploy in gh-pages, but it does not seem so trivial, does it?
If you want, please give it a try and see if it works. For now, I am going to deploy the most recent version including your contributions.
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:
The text was updated successfully, but these errors were encountered: