We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce49ce commit 73c88e0Copy full SHA for 73c88e0
appveyor.yml
@@ -18,7 +18,7 @@ before_build:
18
19
after_build:
20
- pwsh: |
21
- if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
+ #if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
22
CD ./docs
23
& ./generate-examples.ps1
24
& docfx docfx.json
@@ -40,10 +40,10 @@ after_build:
40
Copy-Item -Recurse home/assets/* _site/styles/
41
CD _site
42
git add -A 2>&1
43
- git commit -m "CI Updates" -q
44
- git push origin gh-pages -q
+ #git commit -m "CI Updates" -q
+ #git push origin gh-pages -q
45
echo "Documentation updated successfully."
46
- }
+ #}
47
48
pull_requests:
49
do_not_increment_build_number: true
0 commit comments