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

Syntax

public static TBootstrapper DeployToGitHubPages<TBootstrapper>(this TBootstrapper bootstrapper, Config<string> owner, Config<string> name, Config<string> username, Config<string> password) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
owner Config<string>
name Config<string>
username Config<string>
password Config<string>

Return Value

Type Description
TBootstrapper