Skip to content

Commit e51e2a2

Browse files
dsweber2dshemetov
authored andcommitted
build_github_pages is internal to pkgdown, so import
1 parent 3d44b2d commit e51e2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cli::cli_rule("Cleaning files from old site")
5353
clean_site(pkg)
5454
build_site(pkg, preview = FALSE, install = FALSE, new_process = FALSE)
55-
build_github_pages(pkg)
55+
pkgdown:::build_github_pages(pkg)
5656
shell: Rscript {0}
5757

5858
- name: Deploy to GitHub pages 🚀

0 commit comments

Comments
 (0)