Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 1705c92

Browse files
+beta2
1 parent 4e1038f commit 1705c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SubPointSolutions.CakeBuildTools/Scripts/SubPointSolutions.CakeBuild.Core.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ var defaultActionDocsMerge = Task("Action-Docs-Merge")
885885
var docsRepoUrl = @"https://github.com/SubPointSolutions/subpointsolutions-docs";
886886

887887
var dstDocsPath = string.Format(@"{0}/subpointsolutions-docs/SubPointSolutions.Docs/Views", docsRepoFolder);
888-
var dstDocsSamplesPath = string.Format(@"{0}/subpointsolutions-docs/SubPointSolutions.Docs/SampleFiles", docsRepoFolder);
888+
var dstDocsSamplesPath = string.Format(@"{0}/subpointsolutions-docs/SubPointSolutions.Docs", docsRepoFolder);
889889

890890
var docsEnvironmentVars = new [] {
891891
"ci.docs.username",

0 commit comments

Comments
 (0)