Skip to content

GitHubPagesOptions

type GitHubPagesOptions =
    {
        Branch: string
        Remote: string
    }
AssemblyNacara.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.