diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index cb7c62a6a..3f52eb4c8 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -48,10 +48,11 @@ jobs: git config --global user.name "XWP Deploy Bot" git config --global user.email "technology@xwp.co" + git status git add --all git commit --allow-empty --message "$COMMIT_MESSAGE" # Debug - git status + git log --oneline ls -al "$SRC_DIR" ls -al "$DIST_DIR"