MkDocsAliases.

MkDocsGhDeploy(ICakeContext) Method

Summary

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

Syntax

public static void MkDocsGhDeploy(this ICakeContext context)

Examples

MkDocsGhDeploy();

Remarks

See GitHub Pages.

See MkDocs guide.

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void