Update deploy.yml

This commit is contained in:
hanyixuanten
2026-07-20 23:28:22 +08:00
committed by GitHub
parent 01cb62db5d
commit c706605153
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "[email protected]"
git add contests.json contests_all.json
git add contests_all.json
git diff --staged --quiet || (
git commit -m "Update contest data"
git push