fix: improve README generation workflow and script

- Update `generate-readme.yml` to trigger on `main` branch pushes.
- Change `generate-readme.js` exit code to 1 on errors for CI failure.
- Fix formatting in `template.js` for entry summary HTML.
This commit is contained in:
Lucas Shamanic 2026-01-13 16:34:34 +00:00
parent 6aa3eac821
commit 0771e63582
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: Auto-Generate README
on:
push:
branches:
- shamanic/data-driven-automation
- main
paths:
- 'data/**'