R/deploy_site_github_with_extra_files.R
deploy_local_with_extra_files.Rd
for details see pkgdown::deploy_local(), only parameter vignettes_file_pattern_to_copy added
deploy_local_with_extra_files(pkg = ".", vignettes_file_pattern_to_copy = "\\.json$", repo_slug = NULL, commit_message = pkgdown:::construct_commit_message(pkg), ...)
pkg | "." |
---|---|
vignettes_file_pattern_to_copy | file patern for copying files from vignettes directory into deploy directory (default: "\.json$") |
repo_slug | repo_slug Sys.getenv("TRAVIS_REPO_SLUG", "") |
commit_message | commit_message pkgdown:::construct_commit_message(pkg) |
... | additional arguments passed to pkgdown::build_site() |
deploy pkgdown site including additional files in "vignettes" source folder to "gh-pages"