Skip to content

Commit

Permalink
Update generate_sitemap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored Dec 17, 2024
1 parent 33d137a commit 685aa6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_sitemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ def main():
beautified_xml = prettify_xml(new_root)
with open("sitemap.xml", "w", encoding="utf-8") as f:
f.write(beautified_xml)
with open("sitemap2.xml", "w", encoding="utf-8") as f:
f.write(beautified_xml)

print("sitemap.xml has been successfully generated.")

Expand Down

0 comments on commit 685aa6e

Please # to comment.