feat: deploy training data to zoe root
CI / validate (push) Successful in 38s

This commit is contained in:
2026-07-22 09:13:54 -05:00
parent 1d683ab380
commit 8a697cf64f
11 changed files with 124 additions and 22 deletions
+5
View File
@@ -30,6 +30,11 @@ name = "Training Data Dry Run"
icon = "tool"
command = "python3 scripts/generate_training_data.py --dry-run"
[[actions]]
name = "Deploy Training Data"
icon = "tool"
command = "scripts/deploy_training_data.sh"
[[actions]]
name = "Run Logger"
icon = "run"