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 65cf182 commit 07c4ae5Copy full SHA for 07c4ae5
docs/scripts/gh-pages-build.js
@@ -120,7 +120,7 @@ function buildDocs() {
120
savePublicVersionsFile()
121
122
execSyncWithLog('git add -A')
123
- execSyncWithLog(`git commit -m 'Update ${version} Docs'`)
+ execSyncWithLog(`git commit -m "Update ${version} Docs"`)
124
execSyncWithLog(`git push${useForcePush ? ' -f' : ''}`)
125
}
126
0 commit comments