Skip to content

Commit

Permalink
re-establish deploymento ti gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
espinielli committed Mar 25, 2019
1 parent f075e0f commit 278304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tic.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if (Sys.getenv("BUILD_PKGDOWN") != "" && Sys.getenv("id_rsa") != "") {

get_stage("deploy") %>%
add_step(step_build_pkgdown()) %>%
add_step(step_push_deploy(path = "docs"))
add_step(step_push_deploy(path = "docs", branch = "gh-pages"))
}

0 comments on commit 278304b

Please sign in to comment.