提交 00e6ec49 编写于 作者: L Lxxyx

update resume

上级 3e756b4e
......@@ -72,7 +72,7 @@ gulp.task('clean', () => {
})
gulp.task('deploy', function () {
gulp.src('./dist/**/*')
return gulp.src('./dist/**/*')
.pipe(ghPages({
remoteUrl: 'git@github.com:Lxxyx/lxxyx.github.io.git',
branch: 'master'
......
......@@ -6,7 +6,7 @@
"scripts": {
"start": "gulp clean && gulp",
"dev": "gulp dev",
"deploy": "gulp && gulp deploy && git add -A && git commit -m 'update resume' && git push origin master"
"deploy": "npm run start && gulp deploy && git add -A && git commit -m 'update resume' && git push origin master"
},
"author": "Lxxyx",
"license": "MIT",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册