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 - name: Install dependencies
run: pip install -r requirements.txt run: pip install -r requirements.txt
- name: Build - name: Build
run: ./resize.py run: ./generate.py
- name: Upload - name: Upload
run: ./upload.py run: ./upload.py
env: env:

View File

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