Commit 25e59026 authored by Nikolay Gromov's avatar Nikolay Gromov

Исправление для деплоя

parent 499e767d
...@@ -436,11 +436,11 @@ gulp.task('deploy', function() { ...@@ -436,11 +436,11 @@ gulp.task('deploy', function() {
if (urlParts[2] == 'github.com') { if (urlParts[2] == 'github.com') {
ghPagesUrl = 'http://' + urlParts[3] + '.github.io/' + urlParts[4] + '/'; ghPagesUrl = 'http://' + urlParts[3] + '.github.io/' + urlParts[4] + '/';
} }
console.log(ghPagesUrl); console.log('---------- ' + ghPagesUrl);
} }
return gulp.src(dirs.buildPath + '**/*') return gulp.src(dirs.buildPath + '**/*')
.pipe(ghPages()) .pipe(ghPages());
.pipe(gulpIf(ghPagesUrl, console.log('---------- ' + ghPagesUrl)));
}); });
// Локальный сервер, слежение // Локальный сервер, слежение
......
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