diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0dc7e45..f371abd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -89,6 +89,7 @@ jobs: echo "Git status after build:" git status + git diff CHANGES="$(git status --porcelain)" if [ -n "$CHANGES" ]; then