I have a question about pkgdown and building packages in RStudio. I've created a site with pkgdown, but it doesn't seem to update when I do the typical Build-->Document or Build-->Clean and Rebuild. Is there a preferred way of doing this? I figured I could put a simple script in the root of the package and just have that script run pkgdown::build_site(). Then under Project Build Tools--> Custom I could reference that script. However that doesn't behave the way I thought it should :).