From e9d8f091369bad4312c33bd1ffea6661791b645d Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 8 Feb 2022 17:48:50 +0100 Subject: [PATCH] CI: Exclude .json files from deployment (#288) Co-authored-by: ebbit1q --- .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 52d89d0f..05dee10b 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 -A . + git add *.xml SpoilerSeasonEnabled git commit -m "Deploy: $GITHUB_SHA" git push deploy_commit=`git rev-parse HEAD`