Skip to content

Commit

Permalink
docs: Fixed gh-pages-build error
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jul 30, 2018
1 parent 4001c8f commit c4f3881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/gh-pages-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function buildDocs() {
savePublicVersionsFile()

execSyncWithLog('git add -A')
execSyncWithLog(`git commit -m 'Update ${version}' Docs`)
execSyncWithLog(`git commit -m 'Update ${version} Docs'`)
execSyncWithLog(`git push${useForcePush ? ' -f' : ''}`)
}

Expand Down

0 comments on commit c4f3881

Please sign in to comment.