DeployToGitHubPagesBranch<TBootstrapper>(TBootstrapper, Config<string>, Config<string>, Config<string>, Config<string>) Method
Namespace
Statiq.Web
Containing Type
BootstrapperDeployExtensions

Syntax

public static TBootstrapper DeployToGitHubPagesBranch<TBootstrapper>(this TBootstrapper bootstrapper, Config<string> owner, Config<string> name, Config<string> token, Config<string> branch) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
owner Config<string>
name Config<string>
token Config<string>
branch Config<string>

Return Value

Type Description
TBootstrapper