mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-13 23:27:57 +01:00
💚 Fixes file path
This commit is contained in:
parent
33113417ad
commit
979ec4ff9e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ jobs:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
|
|
||||||
- name: Generate File Tree 🌳
|
- 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 📤
|
- name: Commit and Push Changes 📤
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue