Commit 755d4b1
chore: keep generate_sites.py manual; validate in the generator instead
The database changes rarely, so regenerating by hand after editing it is
the right cost, and propagating to all 16 repos from CI would need a
token with write access to every one of them.
Drops the ecosystem-map workflow added moments ago and moves its
repos_db.json validation into generate_sites.py, which runs it before
touching anything and exits non-zero on a bad entry. That puts the check
at the moment someone would actually notice it -- the manual run -- and
removes a CI job that would have failed on any DB edit pushed before the
generator was run.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent f0929c7 commit 755d4b1
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments