Skip to content

Commit ae7373d

Browse files
committed
updted appveyor.yml with build changes
1 parent c843f4c commit ae7373d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
COVERALLS_REPO_TOKEN:
99
secure: Dnsrk2n+VNE4swcbTLXpfnHwUwTWT8TqMiMkthU6mq/ohNq9dA2rrSA6kdLDBKME
1010
GH_TOKEN:
11-
secure: ahCkoZZovsAAEZz8fc09QDIH1VMyE1e946JiMb3by8eyp1pacKDq/S7EI//S2lqB
11+
secure: J0LjUlYl+lGJMLBcOgVF1m1I07nyr+8yFOMaNBA23RGLMJKvYnRlhmGWXp07ejgu
1212
install:
1313
- cmd: >-
1414
rm -rf packages
@@ -51,7 +51,7 @@ after_build:
5151
.\packages\Doxygen.1.8.13\tools\doxygen.exe Doxyfile
5252
git config --global user.email "[email protected]"
5353
git config --global user.name "Watson Github Bot"
54-
git clone --quiet --branch=gh-pages https://$env:[email protected]:watson-developer-cloud/dotnet-standard-sdk.git gh-pages
54+
git clone --quiet --branch=gh-pages https://$env:[email protected]/watson-developer-cloud/dotnet-standard-sdk.git gh-pages
5555
5656
If(Test-Path -Path gh-pages\docs\$branchName)
5757
{

0 commit comments

Comments
 (0)