Browse Source

Made Git more verbose

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
efc2e20d35
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      appveyor.yml

+ 2
- 2
appveyor.yml View File

@ -67,7 +67,7 @@ after_deploy:
echo "Adding..."
git add -A 2>&1
echo "Commiting..."
git commit -a -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE -- Docs"
git commit -a -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE -- Docs" 2>&1
echo "Pushing..."
git push origin gh-pages
git push -v --progress origin gh-pages 2>&1
}

Loading…
Cancel
Save