diff --git a/bin/ci-push.sh b/bin/ci-push.sh index dff297c80..2238c6b73 100755 --- a/bin/ci-push.sh +++ b/bin/ci-push.sh @@ -10,6 +10,6 @@ git config --global user.email "actions@github.com" git config --global user.name "GitHub Actions" git add -A . git commit --message "GitHub build: $GITHUB_RUN_NUMBER of $TW5_BUILD_BRANCH ($(date +'%F %T %Z'))" -git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" &>/dev/null -git push deploy master &>/dev/null +git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" +git push deploy master cd ..