Skip to content

Commit fc91c60

Browse files
committed
chore(ghPagesDeploy): list changes before committing
1 parent c44e897 commit fc91c60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ghPagesDeploy.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ function main() {
105105
// add stage all changes
106106
execSync('git add -A', { stdio: 'inherit' });
107107

108+
// list all changes, this is just for logging purposes (like inspecting the CI run)
109+
execSync('git status', { stdio: 'inherit' });
110+
108111
if (!hasChanges()) {
109112
console.log('No changes, exiting');
110113

0 commit comments

Comments
 (0)