Skip to content

Commit

Permalink
chore(ghPagesDeploy): list changes before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 11, 2023
1 parent c44e897 commit fc91c60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ghPagesDeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ function main() {
// add stage all changes
execSync('git add -A', { stdio: 'inherit' });

// list all changes, this is just for logging purposes (like inspecting the CI run)
execSync('git status', { stdio: 'inherit' });

if (!hasChanges()) {
console.log('No changes, exiting');

Expand Down

0 comments on commit fc91c60

Please sign in to comment.