Organized scripts folder

This commit is contained in:
Lucas
2025-03-22 17:27:30 -07:00
parent 65a5c66720
commit 5a6d90d72a
10 changed files with 1 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ jobs:
run: pip install -r requirements.txt || true
- name: Run script to generate README
run: python ./source/scripts/readme_generator.py
run: python ./source/scripts/generators/readme_generator.py
- name: Commit and push changes
run: |