Skip to content

Commit

Permalink
Attempt to fix all bitmaps in one shot
Browse files Browse the repository at this point in the history
  • Loading branch information
bsongis-frsky committed Sep 26, 2024
1 parent c2715a5 commit 731e630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions french/forge/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def main():
with open(path) as page:
content = page.read()
content = content.replace("../assets/", "./assets/")
content = content.replace("../.gitbook/assets/", "./.gitbook/assets/")
book.write(content)
if content[-1] != "\n":
book.write("\n")
Expand Down

0 comments on commit 731e630

Please sign in to comment.