Skip to content

Commit

Permalink
Add debug command
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 17, 2024
1 parent 3caaff0 commit 4e48218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ jobs:
git config --global user.name "XWP Deploy Bot"
git config --global user.email "[email protected]"
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"

0 comments on commit 4e48218

Please sign in to comment.