💚 Fixes file path

This commit is contained in:
Bjorn Lammers
2024-10-20 19:40:09 +02:00
parent f375d4a9e1
commit ac8ea40105

View File

@@ -25,7 +25,7 @@ jobs:
python-version: "3.9"
- name: Generate File Tree
run: python scripts/generate_folder_tree.py ../svg ../png ../webp
run: python scripts/generate_file_tree.py ../svg ../png ../webp
- name: Commit and Push Changes
run: |