tic.R

do_package_checks()

if (ci_on_travis()) {
  get_stage("before_deploy") %>%
    add_step(step_install_ssh_keys())

  get_stage("deploy") %>%
    add_step(step_test_ssh()) %>%
    add_step(step_build_pkgdown()) %>%
    add_step(step_push_deploy(branch = "gh-pages", path = "docs"))
}
konradedgar/SmarterScotland documentation built on Oct. 3, 2019, 11:46 a.m.