1
Fork 0

It does more than resize

This commit is contained in:
Jake Howard 2023-03-26 20:38:35 +01:00
parent 14af2de363
commit b66cbd557f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build
run: ./resize.py
run: ./generate.py
- name: Upload
run: ./upload.py
env:

View File

@ -2,7 +2,7 @@
import requests
from pathlib import Path
from resize import OUTPUT_DIR
from generate import OUTPUT_DIR
import os
import zipfile
from io import BytesIO