We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44e897 commit fc91c60Copy full SHA for fc91c60
scripts/ghPagesDeploy.js
@@ -105,6 +105,9 @@ function main() {
105
// add stage all changes
106
execSync('git add -A', { stdio: 'inherit' });
107
108
+ // list all changes, this is just for logging purposes (like inspecting the CI run)
109
+ execSync('git status', { stdio: 'inherit' });
110
+
111
if (!hasChanges()) {
112
console.log('No changes, exiting');
113
0 commit comments