diff --git a/_ci.py b/_ci.py index cc27b919..30ff93ad 100644 --- a/_ci.py +++ b/_ci.py @@ -7,7 +7,7 @@ readme_path = root / "README.md" def generate_img_tag(file): - return f'{file.stem}' + return f'{file.stem}' imgs = sorted(Path("./png").glob("*.png"))