File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ export async function deployDocs() {
5555 }
5656 await runSpawnSync ( `git commit -m "deploy"` , RUN_PATH )
5757 await runSpawnSync (
58- `git push -f https://github.com/saqqdy/gitmars.git main :gh-pages` ,
58+ `git push -f https://github.com/saqqdy/gitmars.git master :gh-pages` ,
5959 RUN_PATH ,
6060 )
6161 await runSpawnSync (
62- `git push -f https://gitee.com/saqqdy/gitmars.git main :gh-pages` ,
62+ `git push -f https://gitee.com/saqqdy/gitmars.git master :gh-pages` ,
6363 RUN_PATH ,
6464 )
6565 } )
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ git commit -m 'deploy'
2626# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
2727
2828# 把上面的 <USERNAME> 换成你自己的 Github 用户名,<REPO> 换成仓库名,比如我这里就是:
29- git push -f https://github.com/saqqdy/gitmars.git main :gh-pages
30- git push -f https://gitee.com/saqqdy/gitmars.git main :gh-pages
29+ git push -f https://github.com/saqqdy/gitmars.git master :gh-pages
30+ git push -f https://gitee.com/saqqdy/gitmars.git master :gh-pages
3131
3232cd -
3333
You can’t perform that action at this time.
0 commit comments