DeployGitHubPages(Config<string>, Config<string>, Config<string>, Config<string>) Constructor
Deploys the current output folder to GitHub Pages.
Namespace
Statiq.Web.GitHub
Containing Type
DeployGitHubPages

Syntax

public DeployGitHubPages(Config<string> owner, Config<string> name, Config<string> username, Config<string> password)

Parameters

Name Type Description
owner Config<string> The repository owner.
name Config<string> The name of the repository.
username Config<string> A GitHub username to authenticate with.
password Config<string> A GitHub password to authenticate with.