CI: Exclude .json files from deployment (#288)

Co-authored-by: ebbit1q <ebbit1q@gmail.com>
This commit is contained in:
tooomm 2022-02-08 17:48:50 +01:00 committed by GitHub
parent 8deb35f745
commit e9d8f09136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`