We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e898a commit 9511ff3Copy full SHA for 9511ff3
1 file changed
converter/generator/Program.cs
@@ -31,9 +31,11 @@ async static Task Main(string[] cmdArgs)
31
32
if (args.Merge)
33
{
34
- CopyContents(Template.WebRootPath, outputPath);
35
-
36
- if (!isBuildingIndex)
+ if (isBuildingIndex)
+ {
+ CopyContents(Template.WebRootPath, outputPath);
37
+ }
38
+ else
39
40
outputPath = Path.Combine(outputPath, bookUrlName);
41
}
0 commit comments