dev #11
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
git config --global user.name 'Git Bot'
|
||||
git config --global user.email 'noreply@kozelkaricsi.hu'
|
||||
git add -f dist
|
||||
git commit -am "Build"
|
||||
git commit -am "Build" || echo "Nothing to commit"
|
||||
git push origin HEAD --force # Push to the current branch
|
||||
|
||||
# Upload the build directory as an artifact
|
||||
|
||||
Reference in New Issue
Block a user