Commit 9b627ba
authored
fix: Add header to HTMLs req'd by pkgdown (#29)
`pkgdown` generated files rely on `<!-- Generated by pkgdown` being
available in the second line of each HTML doc, otherwise they get
skipped with this message: `Skipping '<whatever>': not generated by
pkgdown`
This adds the required 2 lines on top to ensure that the files are
regerenated.
---------
Co-authored-by: cicdguy <cicdguy@users.noreply.github.com>1 parent 374687b commit 9b627ba
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 | | |
301 | 303 | | |
| 304 | + | |
| 305 | + | |
302 | 306 | | |
303 | 307 | | |
304 | 308 | | |
| |||
0 commit comments