GitHubPagesOptions
type GitHubPagesOptions =
{
Branch: string
Remote: string
}
| |
|---|
| Assembly | Nacara.Plugin.Deploy.GitHubPages |
Options of the GitHub Pages plugin.
Fields
Branch: string
The branch GitHub Pages serves.
Remote: string
The remote it is pushed to.