Skip to content

Commit

Permalink
Fix link to CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Jun 5, 2024
1 parent fcb2050 commit 5ecc340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_scripts/copy_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def on_pre_build(config):
f"Creating symbolic link for '{os.fspath(changelog_file)}' "
f"at '{os.fspath(target_filepath)}'"
)
print(target_filepath)
print(changelog_file)
target_filepath.symlink_to(changelog_file)

logger.info("Finished copying changelog to docs directory")
Expand Down

0 comments on commit 5ecc340

Please sign in to comment.