Refactored source/scripts into core/source

This commit is contained in:
Lucas
2026-01-01 21:13:49 -08:00
parent 21d6a6787e
commit afbb4d1352
38 changed files with 43 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ name: Generate README
on:
# push:
# paths:
# - 'source/data/**'
# - 'core/data/**'
# - 'source/components/**'
workflow_dispatch:
schedule:
@@ -32,7 +32,7 @@ jobs:
run: pip install -r requirements.txt || true
- name: Run script to generate README
run: python ./source/scripts/generation/readme_generator.py
run: python ./core/source/generation/readme_generator.py
- name: Commit and push changes
run: |