FFTrees icon indicating copy to clipboard operation
FFTrees copied to clipboard

Build package down site for repo

Open ndphillips opened this issue 1 year ago • 3 comments

We need a package down site for this repo!

ndphillips avatar May 19 '24 14:05 ndphillips

@ndphillips: I tried adding support for a pkgdown workflow that automatically would update a site at https://ndphillips.github.io/FFTrees/. Unfortunately, this does not seem to work yet. Perhaps the use of pages first needs to be enabled in the repository's GitHub settings?

hneth avatar May 22 '24 08:05 hneth

Yep it needs to be enabled in the repo settings. I just turned it on and I am seeing the website at https://ndphillips.github.io/FFTrees/

Looks great!

image

ndphillips avatar May 22 '24 20:05 ndphillips

Thanks for adjusting the repo settings. I now can see the generated pkgdown site, but it doesn't seem to update automatically when changing the package contents, even though some corresponding GitHub actions completed successfully. (The current main page at https://ndphillips.github.io/FFTrees/ still is from 2024-05-10.)

As I used the same setup that works for my other packages, I suspect that this is due to me initializing the corresponding actions in a project fork. Hence, perhaps you could check or re-initialize the pkgdown setup (e.g., using the corresponding usethis commands)?

hneth avatar May 23 '24 08:05 hneth