mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-16 13:17:15 +00:00
chore: fix remote repo
This commit is contained in:
parent
529ebb3171
commit
00cf08909f
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ git init
|
|||
git config --global push.default matching
|
||||
git config --global user.email "${GitHubEMail}"
|
||||
git config --global user.name "${GitHubUser}"
|
||||
git remote add origin https://${GitHubKEY}@github.com/neko-dev/neohosts.git
|
||||
git remote add origin https://${GitHubKEY}@github.com/neoFelhz/ChromeChecker.git
|
||||
git pull origin gh-pages
|
||||
rm -rf ./*
|
||||
cp -rf ../public/* ../_deploy/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue