Skip to content

Commit 68e3f29

Browse files
committed
oops
1 parent 61d0cd9 commit 68e3f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tic.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if (Sys.getenv("id_rsa") != "" && ci()$is_tag()) {
1010
add_step(step_setup_ssh())
1111

1212
get_stage("deploy") %>%
13-
add_step(step_build_pkgdown(path = "docs", branch = "gh-pages")) %>%
14-
add_step(step_push_deploy())
13+
add_step(step_build_pkgdown()) %>%
14+
add_step(step_push_deploy(path = "docs", branch = "gh-pages"))
1515
}

0 commit comments

Comments
 (0)