metrumresearchgroup / bbr.bayes

Bayesian modeling with BBR
https://metrumresearchgroup.github.io/bbr.bayes/
Other
5 stars 1 forks source link

drone: add check_pkgdown step #113

Closed kyleam closed 6 months ago

kyleam commented 1 year ago

So that missing index entries will get caught before building the site for the release (or adding a logo... #112). It should be as easy as adding a Rscript -e 'pkgdown::check_pkgdown()' step.

Example from nmrec:

https://github.com/metrumresearchgroup/nmrec/blob/ccb5bdb8f856f1afac1c7884aa01d17e64616674/.drone.yml#L38-L45

https://github.com/metrumresearchgroup/nmrec/blob/ccb5bdb8f856f1afac1c7884aa01d17e64616674/Makefile#L31-L33