From 2ec77475a75b4ce425464df9df5b8096edbb2fe3 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Tue, 3 Dec 2024 22:40:39 +0100 Subject: [PATCH] debug deploy --- .github/workflows/sync.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index 7e2d332..599fb95 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -246,6 +246,7 @@ jobs: # Exclude the image line from comparison echo "Comparing $dest_file with $temp_file..." diff_output=$(diff <(grep -v 'image:' "$temp_file") <(grep -v 'image:' "$dest_file")) + echo "$diff_output" if [ -z "$diff_output" ]; then echo "No significant changes detected in $dest_file. Skipping update."