Skip to content

Commit b09bb9f

Browse files
committed
try install GGally for pkgdown
1 parent 5c63492 commit b09bb9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tic.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ do_package_checks(error_on = "warning", codecov = FALSE)
1010
# pkgdown
1111
if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) {
1212
get_stage("before_deploy") %>%
13-
add_step(step_install_github("mlr-org/mlr3pkgdowntemplate"))
13+
add_step(step_install_github("mlr-org/mlr3pkgdowntemplate")) %>%
14+
add_step(step_install_cran("GGally"))
1415
do_pkgdown()
1516
}
1617

0 commit comments

Comments
 (0)