File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ after_build:
43
43
git add -A 2>&1
44
44
git commit -m "CI Updates" -q
45
45
git push origin gh-pages -q
46
+ echo "Documentation updated successfully."
46
47
}
47
48
48
49
pull_requests :
@@ -75,19 +76,6 @@ artifacts:
75
76
- path : .\**\artifacts\**\*.nupkg
76
77
name : NuGet
77
78
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
-
91
79
deploy :
92
80
- provider : NuGet
93
81
server : https://www.myget.org/F/research-institute/api/v2/package
You can’t perform that action at this time.
0 commit comments