Skip to content

Commit 4ad72c7

Browse files
committed
update appveyor
1 parent a76213a commit 4ad72c7

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

appveyor.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ after_build:
4343
git add -A 2>&1
4444
git commit -m "CI Updates" -q
4545
git push origin gh-pages -q
46+
echo "Documentation updated successfully."
4647
}
4748
4849
pull_requests:
@@ -75,19 +76,6 @@ artifacts:
7576
- path: .\**\artifacts\**\*.nupkg
7677
name: NuGet
7778

78-
on_success:
79-
- git config --global credential.helper store
80-
- ps: Add-Content "$HOME\.git-credentials" "https://$($env:ACCESS_TOKEN):[email protected]`n"
81-
- git config --global user.email "[email protected]"
82-
- git config --global user.name "Jared Nance"
83-
- cd _site
84-
- git init
85-
- git remote add origin https://github.com/jaredcnance/test.git
86-
- git add -A
87-
- git commit -m "deploy"
88-
- git checkout -b gh-pages
89-
- git push -u origin gh-pages
90-
9179
deploy:
9280
- provider: NuGet
9381
server: https://www.myget.org/F/research-institute/api/v2/package

0 commit comments

Comments
 (0)