Skip to content

Commit a2397ec

Browse files
authored
Adjust sitemap publish path (#829)
1 parent a1a1870 commit a2397ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs-assembler/Building/SitemapBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void Generate()
3737

3838
doc.Add(root);
3939

40-
using var fileStream = _fileSystem.File.Create(Path.Combine(_outputFolder.ToString() ?? string.Empty, "sitemap.xml"));
40+
using var fileStream = _fileSystem.File.Create(Path.Combine(_outputFolder.ToString() ?? string.Empty, "docs", "sitemap.xml"));
4141
doc.Save(fileStream);
4242
}
4343

0 commit comments

Comments
 (0)