diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 442647b6..e9dbf5d2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -71,7 +71,7 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git add "*.xml" SpoilerSeasonEnabled + git add "*.xml" "*.json" SpoilerSeasonEnabled git commit -m "Deploy: $GITHUB_SHA" git push deploy_commit=`git rev-parse HEAD`