This commit is contained in:
equinox2k 2019-02-14 08:57:12 -08:00
Родитель a8cafa8882
Коммит 8287c55c6c
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -59,5 +59,5 @@ deploy:
branch: master
on_success:
- ps: .\run-docs.ps1 $env:USERPROFILE %github_access_token% %github_email% equinox2k
- ps: .\run-docs.ps1 $env:USERPROFILE $env:github_access_token $env:github_email equinox2k
- bash release-docs.sh

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

@ -13,5 +13,5 @@ Write-Host $github_user
git config --global credential.helper store
Add-Content "$user_profile\.git-credentials" "https://$($github_access_token):x-oauth-basic@github.com`n"
git config --global user.email %github_email%
git config --global user.name %github_user%
git config --global user.email $github_email
git config --global user.name $github_user