From c7066051531fb94034f13bc973d1866ceb4866d1 Mon Sep 17 00:00:00 2001 From: hanyixuanten <105723997+hanyixuanten@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:28:22 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5b56e41..98f0709 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "actions@github.com" - git add contests.json contests_all.json + git add contests_all.json git diff --staged --quiet || ( git commit -m "Update contest data" git push