Updated CI with resizing steps
This commit is contained in:
@@ -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__":
|
||||
|
||||
Reference in New Issue
Block a user