1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-01 09:40:13 +08:00

feat:update

This commit is contained in:
喜欢芝士的妹妹
2022-12-22 20:18:47 +08:00
parent c7137f6f10
commit c5a019b70c
2 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ commitInfo=${1}
set -e
# 进入上级目录,并编译
## 进入上级目录,并编译
npm run build
## 切换到dist文件目录
@@ -20,7 +20,6 @@ fi
git commit -m "refactor:${commitInfo}"
## 配置个人信息
git config user.name '妹妹手上有抹茶'
git config user.email 'fairy_408@2925.com'
@@ -31,7 +30,7 @@ git config --list
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
# if you are deploying to https://<USERNAME>.github.io/<REPO>
git push -f https://github.com/mmdapl/408CSFamily.git pages/github
git push -f https://github.com/mmdapl/408CSFamily.git master:pages/github
cd -