Revert "CI: Temporarily enable output for git push commands"

This reverts commit 55eb37222a.
This commit is contained in:
jeremy@jermolene.com 2022-04-01 11:01:47 +01:00
parent 55eb37222a
commit 6e89ecd13a
1 changed files with 2 additions and 2 deletions

View File

@ -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"
git push deploy master
git remote add deploy "https://$GH_TOKEN@github.com/Jermolene/jermolene.github.io.git" &>/dev/null
git push deploy master &>/dev/null
cd ..