Update copy script (#478)

This commit is contained in:
William FH
2024-05-16 07:21:46 -07:00
committed by GitHub
parent 9d0b5d6193
commit f4a2da9095
+1
View File
@@ -121,6 +121,7 @@ def copy_notebooks():
with open(dst_path, "r") as f:
content = f.read()
content = content.replace("(./img/", "(../img/")
content = content.replace('src=\\"./img/', 'src=\\"../img/')
with open(dst_path, "w") as f:
f.write(content)
dst_dir = dst_dir_