UNPKG

214 BJavaScriptView Raw
1const ghPages = require('./lib/index');
2const path = require('path');
3
4module.exports = function(pluginConfig, config, callback) {
5 ghPages.publish(path.join(process.cwd(), config.basePath), config, callback);
6};