File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff 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
4849pull_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):x-oauth-basic@github.com`n"
81- - git config --global user.email "jaredcnance@gmail.com"
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-
9179deploy :
9280- provider : NuGet
9381 server : https://www.myget.org/F/research-institute/api/v2/package
You can’t perform that action at this time.
0 commit comments