You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example GitHub Actions workflow for pkgdown deployment from r-lib/actions demonstrates the step for pushing to the gh-pages branch. We should be able to simply copy-paste the last two steps (plus a step to install pkgdown). The earlier setup steps using r-ci.sh can be copied from ci.yaml
For the vignettes, the source files are the .md files, which then generate the .Rmd files via vignettes/Makefile. If we want to keep this system, the new docs workflow should run cd vignettes && make. If we prefer to use Rmd as the source, then we should delete the .md files and Makefile to reduce the amount of duplication in the repo
To have both a release and development version of the docs, we can specify mode: auto for the Development mode
Follow-up from #797 (comment)
The text was updated successfully, but these errors were encountered: