Skip to content

Commit fe3707c

Browse files
committed
7.8.0
1 parent e6ff85e commit fe3707c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/tasks/buildDocs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
})

scripts/deploy-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3232
cd -
3333

0 commit comments

Comments
 (0)