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 fc91c60 commit f0dd48fCopy full SHA for f0dd48f
scripts/ghPagesDeploy.js
@@ -100,7 +100,7 @@ function main() {
100
const versions = generateVersions();
101
fs.writeFileSync('versions.json', JSON.stringify(versions));
102
103
- console.log('\nCommiting Changes\n');
+ console.log('\nCommitting Changes\n');
104
105
// add stage all changes
106
execSync('git add -A', { stdio: 'inherit' });
0 commit comments