Skip to content

Commit 83b2aa6

Browse files
committed
Fix deploy
1 parent 3cb9c58 commit 83b2aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-example.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@ jobs:
6565
pids=$(ps -ef | grep '[d]atex' | awk '{print $2}')
6666
if [ -z "$pids" ]; then
6767
echo "❌ DATEX did not start. Check ./datex.log for details."
68+
else
69+
echo "✅ DATEX started with PID: $pids"
6870
fi
69-
echo "✅ DATEX started with PID: $pids"

0 commit comments

Comments
 (0)