for details see pkgdown::deploy_site_github(), only parameter vignettes_file_pattern_to_copy added

deploy_site_github_with_extra_files(pkg = ".",
  vignettes_file_pattern_to_copy = "\\.json$",
  tarball = Sys.getenv("PKG_TARBALL", ""),
  ssh_id = Sys.getenv("id_rsa", ""),
  repo_slug = Sys.getenv("TRAVIS_REPO_SLUG", ""),
  commit_message = pkgdown:::construct_commit_message(pkg),
  verbose = TRUE, ...)

Arguments

pkg

"."

vignettes_file_pattern_to_copy

file patern for copying files from vignettes directory into deploy directory (default: "\.json$")

tarball

tarball Sys.getenv("PKG_TARBALL", "")

ssh_id

ssh_id Sys.getenv("id_rsa", "")

repo_slug

repo_slug Sys.getenv("TRAVIS_REPO_SLUG", "")

commit_message

commit_message pkgdown:::construct_commit_message(pkg)

verbose

verbose (default: TRUE)

...

additional arguments passed to deploy_local_with_extra_files()

Value

deploy pkgdown site including additional files in "vignettes" source folder to "gh-pages"