Skip to content

Commit 07c4ae5

Browse files
committed
style: Updae gh-pages-build script
1 parent 65cf182 commit 07c4ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scripts/gh-pages-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function buildDocs() {
120120
savePublicVersionsFile()
121121

122122
execSyncWithLog('git add -A')
123-
execSyncWithLog(`git commit -m 'Update ${version} Docs'`)
123+
execSyncWithLog(`git commit -m "Update ${version} Docs"`)
124124
execSyncWithLog(`git push${useForcePush ? ' -f' : ''}`)
125125
}
126126

0 commit comments

Comments
 (0)