This commit is contained in:
Peter Tribe 2019-02-14 00:17:15 -08:00
Родитель 1e9d0dcb41 8c1c2875ec
Коммит e860e5a339
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -26,4 +26,4 @@ Watch this space for news as development progresses.
|**Windows** |[![Build Status](https://ci.appveyor.com/api/projects/status/7wddmbvmbpt29rbw/branch/master?svg=true)](https://ci.appveyor.com/project/equinox2k/svgsharpie/branch/master)|[![Code coverage](https://codecov.io/gh/equinox2k/svgsharpie/branch/master/graph/badge.svg)](https://codecov.io/gh/equinox2k/svgsharpie)|
[Documentation](https://equinox2k.github.io/api/EquinoxLabs.SVGSharpie.html)
[Documentation](https://equinox2k.github.io/api/index.html)

Просмотреть файл

@ -55,9 +55,9 @@ after_test:
deploy_script:
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
- ps: Add-Content "equinox2k.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
- git config --global user.email %github_email%
- git config --global user.name "markvincze"
- git config --global user.name "equinox2k"
- bash release-docs.sh
deploy: