Hi - I used pkdown::use_pkgdown_github_pages() to initialize a workflow for my pkg website. Now the build fails with the error:
Error: Topics missing from index: xxxxxxxx (xxxxxx is a non-exported function which is why its missing from index).
I previously build the pkgdown-site locally and deployed through /docs which threw the same info but as a warning not an error, thus did not fail.
How can I 'force' the workflow to build the site even if two non-exported functions are missing from the index?
I googled a lot but could not find a solution - thanks for any inputs!