It does more than resize
This commit is contained in:
parent
14af2de363
commit
b66cbd557f
3 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue