MkDocsGhDeployRunner.

GhDeploy(MkDocsGhDeploySettings) Method

Summary

Deploy your documentation to GitHub Pages (project in working directory).
Assembly
Cake.MkDocs.dll
Namespace
Cake.MkDocs.GhDeploy
Containing Type
MkDocsGhDeployRunner

Syntax

public void GhDeploy(MkDocsGhDeploySettings settings)

Examples

runner.GhDeploy(new MkDocsGhDeploySettings());

Parameters

Name Type Description
settings MkDocsGhDeploySettings The settings.

Return Value

Type Description
void