mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-04-29 21:09:29 +00:00
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:
parent
6aa3eac821
commit
0771e63582
3 changed files with 4 additions and 4 deletions
2
.github/workflows/generate-readme.yml
vendored
2
.github/workflows/generate-readme.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Auto-Generate README
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- shamanic/data-driven-automation
|
||||
- main
|
||||
paths:
|
||||
- 'data/**'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue