- Namespace
- Statiq
.Web - Containing Type
- Bootstrapper
Deploy Extensions
Syntax
public static TBootstrapper DeployToGitHubPagesBranch<TBootstrapper>(this TBootstrapper bootstrapper, Config<string> owner, Config<string> name, Config<string> username, Config<string> password, Config<string> branch)
where TBootstrapper : IBootstrapper
Type Parameters
| Name | Description |
|---|---|
| TBootstrapper |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | TBootstrapper | |
| owner | Config |
|
| name | Config |
|
| username | Config |
|
| password | Config |
|
| branch | Config |
Return Value
| Type | Description |
|---|---|
| TBootstrapper |