diff --git a/scripts/deploy.js b/scripts/deploy.js index c862bef970..848a3c5e56 100644 --- a/scripts/deploy.js +++ b/scripts/deploy.js @@ -1,4 +1,5 @@ var ghPages = require('gh-pages'); +var path = require('path'); ghPages.publish(path.join(process.cwd(), '_site'), { depth: 1, logger: function (message) {