Skip to content

Commit

Permalink
chore:build
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Mar 1, 2024
1 parent 9a33582 commit ecf1184
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions script/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@ cd ..
mkdir temp
GITHUB_URL=https://oauth:${LLOneBot_GH_TOKEN}@github.com/LLOneBot/llonebot.github.io
git clone ${GITHUB_URL} temp

rm -rf temp/*
mv ./LLOneBotDoc/docs/.vitepress/* temp

cd ./temp

git config --global init.defaultBranch main
git remote add origin ${GITHUB_URL}
git branch -M main

git config --global user.name "Mlikiowa"
git config --global user.email "[email protected]"
git add *
Expand Down

0 comments on commit ecf1184

Please sign in to comment.