Browse Source

git options

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

+ 1
- 1
appveyor.yml View File

@ -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
}

Loading…
Cancel
Save