Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit ae63365

Browse files
committed
idk
1 parent 819ba5c commit ae63365

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/push.js

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ if(bc.meta.userpage){
3838
log(chalk.bold.green(`Pushing changes to gh-pages branch of ${bc.username}/${bc.repo}`));
3939

4040
let subtreecommand = `git subtree push --prefix dist`;
41-
//let subtreecommand = `git subtree split --prefix dist`;
4241
let commitmessage = `blog updates`;
4342

4443
try {
@@ -47,7 +46,6 @@ if(bc.meta.userpage){
4746
}
4847
finally {
4948
exec(`${subtreecommand} origin gh-pages`, callback);
50-
//exec(`git push origin \`${subtreecommand}\`:gh-pages --force`, callback);
5149
}
5250

5351
}

0 commit comments

Comments
 (0)