mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2026-02-05 22:55:18 +01:00
chore(travis): update cron script
This commit is contained in:
9
scripts/deploy.sh
Normal file
9
scripts/deploy.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
yarn run generate
|
||||
|
||||
git config --global user.name ikatyang-bot
|
||||
git config --global user.email ikatyang+bot@gmail.com
|
||||
git config --global push.default simple
|
||||
|
||||
git add --all
|
||||
git commit -m "docs(readme): update emoji-cheat-sheet"
|
||||
git push -q
|
||||
Reference in New Issue
Block a user