1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 14:46:00 +02:00

Update build.sh (#1483)

Made changes in line 36
This commit is contained in:
Krishna Jangid 2017-09-12 15:41:28 +05:30 committed by Starbeamrainbowlabs
parent 1c0131f594
commit 91938046f2

View file

@ -33,7 +33,7 @@ function upload_assets {
cp -f $TLDRHOME/pages/index.json $SITE_HOME/assets/
cd $SITE_HOME
git add -A .
git add -A
git commit -m "[TravisCI] uploaded assets after commits ${TRAVIS_COMMIT_RANGE}"
git push -q
}