mirror of
https://github.com/GiriNeko/CheckChrome.git
synced 2025-12-17 05:37:23 +00:00
chore: bring up travis
This commit is contained in:
parent
d2eb9c7d16
commit
529ebb3171
3 changed files with 43 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ git config --global user.name "${GitHubUser}"
|
|||
git remote add origin https://${GitHubKEY}@github.com/neko-dev/neohosts.git
|
||||
git pull origin gh-pages
|
||||
rm -rf ./*
|
||||
cp -rf ../_public/* ../_deploy/
|
||||
cp -rf ../public/* ../_deploy/
|
||||
git add --all .
|
||||
git commit -m "Chrome daily"
|
||||
git push --quiet --force origin HEAD:gh-pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue