From 3e756b4e57c72f8404af26b897cf3af50b545caf Mon Sep 17 00:00:00 2001 From: Lxxyx Date: Tue, 14 Mar 2017 15:08:43 +0800 Subject: [PATCH] update gulp file --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 57286a0..5037084 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -74,7 +74,7 @@ gulp.task('clean', () => { gulp.task('deploy', function () { gulp.src('./dist/**/*') .pipe(ghPages({ - remoteUrl: 'git@git.coding.net:Lxxyx/LxxyxResume.git', + remoteUrl: 'git@github.com:Lxxyx/lxxyx.github.io.git', branch: 'master' })) }) -- GitLab