Skip to content

Commit

Permalink
Merge pull request #891 from pat-s/patch-1
Browse files Browse the repository at this point in the history
Adjust for latest roxygen2 update
  • Loading branch information
edzer authored Nov 10, 2018
2 parents 7d40fcd + 6f0b277 commit b3368e7
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 @@ -13,6 +13,6 @@ if (Sys.getenv("id_rsa") != "") {
add_step(step_setup_ssh())

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

0 comments on commit b3368e7

Please sign in to comment.