We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d0cd9 commit 68e3f29Copy full SHA for 68e3f29
tic.R
@@ -10,6 +10,6 @@ if (Sys.getenv("id_rsa") != "" && ci()$is_tag()) {
10
add_step(step_setup_ssh())
11
12
get_stage("deploy") %>%
13
- add_step(step_build_pkgdown(path = "docs", branch = "gh-pages")) %>%
14
- add_step(step_push_deploy())
+ add_step(step_build_pkgdown()) %>%
+ add_step(step_push_deploy(path = "docs", branch = "gh-pages"))
15
}
0 commit comments