Fixing docs

This commit is contained in:
Sebastiaan Janssen
2017-06-13 10:17:45 +02:00
parent bdcad7665f
commit aded9ec437
@@ -125,7 +125,7 @@ namespace OurUmbraco.Documentation.Busineslogic.GithubSourcePull
RemoveExistingDocumentation(RootFolder);
ZipFile.ExtractToDirectory(zip, RootFolder);
var unzippedPath = RootFolder + "\\UmbracoDocs-StarterkitLessons\\";
var unzippedPath = RootFolder + "\\UmbracoDocs-master\\";
foreach (var directory in new DirectoryInfo(unzippedPath).GetDirectories())
Directory.Move(directory.FullName, RootFolder + "\\" + directory.Name);
foreach (var file in new DirectoryInfo(unzippedPath).GetFiles())