Unverified Commit 8dedfcaa authored by Vadim Makeev's avatar Vadim Makeev Committed by GitHub

Rename ghpages to pages

parent fbf4d2ea
......@@ -6,7 +6,7 @@ const replace = require('gulp-replace');
const rsync = require('gulp-rsync');
const sequence = require('run-sequence');
const zip = require('gulp-zip');
const ghpages = require('gh-pages');
const pages = require('gh-pages');
const browserSync = require('browser-sync').create();
gulp.task('prepare', () => {
......@@ -77,7 +77,7 @@ gulp.task('zip', () => {
});
gulp.task('upload', () => {
return ghpages.publish('prepared')
return pages.publish('prepared')
});
gulp.task('archive', (callback) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment