Closed kyleam closed 6 months 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.
Rscript -e 'pkgdown::check_pkgdown()'
Example from nmrec:
https://github.com/metrumresearchgroup/nmrec/blob/ccb5bdb8f856f1afac1c7884aa01d17e64616674/.drone.yml#L38-L45
https://github.com/metrumresearchgroup/nmrec/blob/ccb5bdb8f856f1afac1c7884aa01d17e64616674/Makefile#L31-L33
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