Skip to content

[Suggestion]: Add Github action to build book  #9

@Aeilert

Description

@Aeilert

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-pages

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions