Skip to content

Commit

Permalink
Expand the deploy_site_github() documentation to resolve r-lib#1206
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Feb 5, 2020
1 parent 48e12e0 commit f160903
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions R/deploy-site.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
#' ```yaml
#' url: http://pkgdown.r-lib.org
#' ```
#' * If needed, on your `.travis.yml` file, specify the `ssh_id` on your call
#' to `deploy_site_github()`. For example,
#' `ssh_id = Sys.getenv("TRAVIS_DEPLOY_KEY", "")`. Check the Travis logs to
#' find the environment variable name used for storing the deployment ssh key.
#'
#' @inheritParams build_site
#' @param install Optionally, opt-out of automatic installation. This is
Expand Down
8 changes: 6 additions & 2 deletions man/deploy_site_github.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f160903

Please sign in to comment.