mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-05-01 02:37:38 -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: |
|
run: |
|
||||||
git config user.name github-actions
|
git config user.name github-actions
|
||||||
git config user.email github-actions@github.com
|
git config user.email github-actions@github.com
|
||||||
git add -A .
|
git add *.xml SpoilerSeasonEnabled
|
||||||
git commit -m "Deploy: $GITHUB_SHA"
|
git commit -m "Deploy: $GITHUB_SHA"
|
||||||
git push
|
git push
|
||||||
deploy_commit=`git rev-parse HEAD`
|
deploy_commit=`git rev-parse HEAD`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user