remove anime_index.json line from workflow

This commit is contained in:
entityJY
2025-08-28 00:44:33 -07:00
parent 41334fe3a8
commit 4ce944e99f

View File

@@ -26,7 +26,6 @@ jobs:
git config --local user.name "github-actions[bot]"
git checkout main
git add index.json
git add anime_index.json
git add novel_index.json
if git diff --cached --quiet; then
echo "No changes detected, skipping commit."