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