mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Add push to github pages after build (#3615)
This commit is contained in:
committed by
Sam El-Husseini
parent
2857960331
commit
f589a32120
@@ -984,6 +984,8 @@ gulp.task('git-create-rc', gulp.series([
|
||||
execSync('git checkout -b ' + branchName, { stdio: 'inherit' });
|
||||
execSync('git push ' + upstream_url + ' ' + branchName,
|
||||
{ stdio: 'inherit' });
|
||||
execSync('git checkout -b gh-pages');
|
||||
execSync('git push ' + upstream_url + ' gh-pages');
|
||||
done();
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user