From c4a0d5a322ce3961991b570876b186b5504416ed Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Thu, 13 Apr 2023 22:32:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Temporarily=20revert=20bac?= =?UTF-8?q?k=20to=20GitHub=20image=20linking?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjorn Lammers --- _ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci.py b/_ci.py index 30ff93ad..cc27b919 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"))