update gen_index

This commit is contained in:
entityJY
2025-08-31 22:49:55 -07:00
parent 57c133c892
commit e97864adb9

View File

@@ -22,7 +22,11 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git checkout main
git checkout upstream javascript/
git checkout upstream images/
git checkout upstream
git add index.json
git add novel_index.json
if git diff --cached --quiet; then