Renamed generators to generation and added to ARCHITECTURE.md

This commit is contained in:
Lucas
2025-04-10 08:15:32 -07:00
parent 924fdf61c7
commit 2da073ef13
9 changed files with 33 additions and 4 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/generators/readme_generator.py
run: python ./source/scripts/generation/readme_generator.py
- name: Commit and push changes
run: |