Updated CI with resizing steps

This commit is contained in:
2024-02-05 01:11:02 +01:00
parent f423f78530
commit a54826e00b
2 changed files with 8 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
def generate_img_tag(file):
return f'<img src="icons/{file.name}" alt="{file.stem}" width="50">'
return f'<img src="icons-medium/{file.name}" alt="{file.stem}" height="50">'
if __name__ == "__main__":