DeployNetlifySite(Config<string>, Config<string>) Constructor
Deploys the output folder to Netlify.
Namespace
Statiq.Web.Netlify
Containing Type
DeployNetlifySite

Syntax

public DeployNetlifySite(Config<string> siteId, Config<string> accessToken)

Parameters

Name Type Description
siteId Config<string> The ID of the site to deploy.
accessToken Config<string> The access token to authenticate with.