Configures deployment to netlify

This commit is contained in:
Phil Scott
2022-02-14 14:01:19 -05:00
committed by Patrik Svensson
parent c2da268129
commit 3ac63d2670
5 changed files with 10 additions and 15 deletions

View File

@ -34,7 +34,6 @@ namespace Docs
i.AddSingleton(new TypeNameLinks());
})
.ConfigureSite("spectreconsole", "spectre.console", "main")
.ConfigureDeployment(deployBranch: "docs")
.AddShortcode("Children", typeof(ChildrenShortcode))
.AddShortcode("ColorTable", typeof(ColorTableShortcode))
.AddShortcode("EmojiTable", typeof(EmojiTableShortcode))