Closed bbest closed 3 years ago
Since moving to Github Actions with #22, need to build site upon changes to non-site pages (home, events, methods, etc). This is typically done in Travis here .travis.yml#L26 with:
Rscript -e 'rmarkdown::render_site()' > scripts/output_render.log
The eventual trick is to detect if changes are made to site_template.Rmd vs all other Rmd's. For now, should just run this upon any new commit.
site_template.Rmd
Since moving to Github Actions with #22, need to build site upon changes to non-site pages (home, events, methods, etc). This is typically done in Travis here .travis.yml#L26 with:
The eventual trick is to detect if changes are made to
site_template.Rmd
vs all other Rmd's. For now, should just run this upon any new commit.