mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
Fix the workflows failing every comment (#25391)
* tgui rebuild * fix this
This commit is contained in:
@@ -110,12 +110,14 @@ jobs:
|
||||
git push origin
|
||||
|
||||
- name: Rebuild TGUI
|
||||
if: |
|
||||
git diff-tree --name-only -r $(git rev-parse HEAD~2) | grep "tgui/public/"
|
||||
run: |
|
||||
bash tgui/bin/tgui
|
||||
git commit -m "Rebuild TGUI"
|
||||
git push origin
|
||||
if git diff-tree --name-only -r $(git rev-parse HEAD~2) | grep "tgui/public/"
|
||||
bash tgui/bin/tgui
|
||||
git commit -m "Rebuild TGUI"
|
||||
git push origin
|
||||
else
|
||||
echo "No changes to rebuild TGUI"
|
||||
fi
|
||||
|
||||
- name: Notify Failure
|
||||
if: failure() && env.FAIL_NOTIFIED != 'true'
|
||||
|
||||
Reference in New Issue
Block a user