diff --git a/.github/deploy.sh b/.github/deploy.sh index 1e6e4cc6..f4895cd7 100755 --- a/.github/deploy.sh +++ b/.github/deploy.sh @@ -5,14 +5,14 @@ set -e git config user.name "Travis CI" git config user.email "dkhamsing@users.noreply.github.com" -git checkout master +# git checkout master git add README.md git commit -m "[auto] [ci skip] Generate README" -git add ARCHIVE.md -git commit -m "[auto] [ci skip] Generate ARCHIVE" +# git add ARCHIVE.md +# git commit -m "[auto] [ci skip] Generate ARCHIVE" -git status +# git status git push --quiet "https://${GH_TOKEN}@github.com/dkhamsing/open-source-ios-apps" master:master > /dev/null 2>&1