Skip to content

Commit 0be47df

Browse files
committed
Move sitemap location to md_root
1 parent 2258fbe commit 0be47df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def run():
215215
settings.page_footer_html,
216216
)
217217
if not results.no_sitemap:
218-
build_sitemap(settings.site_url, md_root, repo_root)
218+
build_sitemap(settings.site_url, md_root.as_posix(), md_root.as_posix())
219219

220220

221221
if __name__ == "__main__":

0 commit comments

Comments
 (0)