From 9eab59de794ba3ade7321fc1131d02d9846d2cf2 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Mon, 27 Feb 2023 15:54:17 +0100 Subject: [PATCH] add missing json files to commit in action fixes #294 again --- .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 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`