fix errors

This commit is contained in:
2016-02-23 17:27:07 +01:00
parent 78bbe2d1d7
commit be65ee65cb
3 changed files with 5 additions and 4 deletions

3
dist/npmts.jsdoc.js vendored
View File

@ -32,7 +32,8 @@ var publishDocs = function () {
+ "&& git commit -m \"Deploy to GitHub Pages\" "
+ "&& git push --force --quiet "
+ "\"" + gitUrl + "\" "
+ "master:gh-pages ";
+ "master:gh-pages "
+ "> /dev/null 2>&1";
}
catch (err) {
console.log(err);