diff --git a/appveyor.yml b/appveyor.yml index 701f62e0..a4325857 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,6 +65,6 @@ after_deploy: Move-Item origin_site/.git _site CD _site git add -A 2>&1 - git commit -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE -- Docs" + git commit -a -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE -- Docs" git push origin gh-pages }