Skip to content

Commit

Permalink
💚 Fixes file path
Browse files Browse the repository at this point in the history
  • Loading branch information
walkxcode committed Oct 20, 2024
1 parent f375d4a commit ac8ea40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_file_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ac8ea40

Please sign in to comment.