Skip to content

Commit d9206a6

Browse files
committed
(build) cleanup
1 parent 686e17d commit d9206a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docs/Tasks/PublishDocs.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static void PublishDocumentation(BuildContext context)
7777
var publishFolder = context.MakeAbsolute(Paths.ArtifactsDocs.Combine("_published").Combine(DateTime.Now.ToString("yyyyMMdd_HHmmss")));
7878
context.Information("Publishing Folder: {0}", publishFolder);
7979
context.Information("Getting publish branch...");
80-
context.GitClone("https://github.com/gittools/GitVersion", publishFolder, new GitCloneSettings
80+
context.GitClone($"https://github.com/{Constants.RepoOwner}/{Constants.Repository}", publishFolder, new GitCloneSettings
8181
{
8282
BranchName = publishBranchName
8383
});

0 commit comments

Comments
 (0)