@@ -56,6 +56,8 @@ hexo.extend.deployer.register('s3', function (args, callback) {
}).on('end',function(){
console.log('Done!');
callback();
}).on('fail',function(err){
console.log(err)
});
files.pipe(uploader);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.