Hello,
I 've created a webpage for a pkg using pkgdown. I also created a custom vignette for the pkg. The site runs ok locally using pkgdown::build_site()
, i.e. I can access to vignette. However when I upload (push) the site into github, the pkg web runs ok but I cannot view html the vignette. The link appears to be broken, and a “Page not found (404)” page appears instead.
The site is here: https://ajpelu.github.io/diveRpine
The broken link is here:
https://ajpelu.github.io/diveRpine/articles/supp-references.html
Any advice?
Thanks