mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-11 01:18:15 +08:00
10 lines
299 B
Bash
10 lines
299 B
Bash
yarn 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 "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git" HEAD:master
|