fix deploy

This commit is contained in:
yiminghe 2015-07-20 17:51:44 +08:00
parent bcde1bd6d6
commit 1f4949ef7d

View File

@ -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) {