Skip to content

Commit 73c88e0

Browse files
author
Bart Koelman
committed
set to run on pr build
1 parent 6ce49ce commit 73c88e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_build:
1818
1919
after_build:
2020
- pwsh: |
21-
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
21+
#if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) {
2222
CD ./docs
2323
& ./generate-examples.ps1
2424
& docfx docfx.json
@@ -40,10 +40,10 @@ after_build:
4040
Copy-Item -Recurse home/assets/* _site/styles/
4141
CD _site
4242
git add -A 2>&1
43-
git commit -m "CI Updates" -q
44-
git push origin gh-pages -q
43+
#git commit -m "CI Updates" -q
44+
#git push origin gh-pages -q
4545
echo "Documentation updated successfully."
46-
}
46+
#}
4747
4848
pull_requests:
4949
do_not_increment_build_number: true

0 commit comments

Comments
 (0)