Specifies the branch to push output files to (defaults to "gh-pages").
- Namespace
- Statiq
.Web .GitHub - Containing Type
- DeployGitHubPages
Syntax
public DeployGitHubPages ToBranch(Config<string> branch)
Parameters
| Name | Type | Description |
|---|---|---|
| branch | Config |
The branch to push changes to. |
Return Value
| Type | Description |
|---|---|
| DeployGitHubPages | The current module instance. |