mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
CI: Exclude .json files from deployment (#288)
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
This commit is contained in:
parent
8deb35f745
commit
e9d8f09136
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user