Skip to content

Commit

Permalink
change rename to replace in pre-render.py (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEntropy authored Sep 8, 2024
1 parent 3ee51d6 commit 516d7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pre_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Copy CHANGELOG file to 'docs' and change its extension to '.qmd'
shutil.copyfile("../CHANGELOG.md", "CHANGELOG.md")
os.rename("CHANGELOG.md", "changelog.qmd")
os.replace("CHANGELOG.md", "changelog.qmd")

# Remove TOC from it
lines = """---
Expand Down

0 comments on commit 516d7bd

Please sign in to comment.