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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.