We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d44b2d commit e51e2a2Copy full SHA for e51e2a2
.github/workflows/pkgdown.yaml
@@ -52,7 +52,7 @@ jobs:
52
cli::cli_rule("Cleaning files from old site")
53
clean_site(pkg)
54
build_site(pkg, preview = FALSE, install = FALSE, new_process = FALSE)
55
- build_github_pages(pkg)
+ pkgdown:::build_github_pages(pkg)
56
shell: Rscript {0}
57
58
- name: Deploy to GitHub pages 🚀
0 commit comments