deploy_website: Deploy website to gh-pages branch in Github repository

Description Usage Arguments Value

View source: R/deploy_website.R

Description

Deploy website to gh-pages branch in Github repository

Usage

1
deploy_website(repo_registry, clone = TRUE, push = TRUE)

Arguments

repo_registry

data frame with information about the repo

clone

T/F: do you want to add, commit, and push? Defaults to TRUE.

push

T/F: do you want to add, commit, and push? Defaults to TRUE.

gh_org

github organization to place the repo. Default: ohi-science

Value

Returns web_url (http://ohi-science.github.io/key) based on creating or updating gh-pages branch of Github repository.


OHI-Science/ohirepos documentation built on Oct. 7, 2021, 7 p.m.