Deploys output files to GitHub Pages.
- Namespace
- Statiq
.Web .GitHub - Interfaces
- Base Types
graph BT
Type-->Base0["MultiConfigModule"]
click Base0 "/api/Statiq.Common/MultiConfigModule"
Base0-->Base1["MultiConfigModuleBase"]
click Base1 "/api/Statiq.Common/MultiConfigModuleBase"
Base1-->Base2["Module"]
click Base2 "/api/Statiq.Common/Module"
Base2-->Base3["object"]
Type-.->Interface0["IModule"]
click Interface0 "/api/Statiq.Common/IModule"
Type["DeployGitHubPages"]
class Type type-node
Syntax
public class DeployGitHubPages : MultiConfigModule, IModule
Constructors
| Name | Summary |
|---|---|
| DeployGitHubPages |
Deploys the current output folder to GitHub Pages. |
| DeployGitHubPages |
Deploys the current output folder to GitHub Pages. |
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| DefaultBranch | string | gh-pages |
static
|
Properties
| Name | Property Type | Summary |
|---|---|---|
| Configs | IReadOnlyDictionary |
Inherited from Multi
|
| Force |
bool |
Inherited from Multi
|