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 255eeca commit 47bd088Copy full SHA for 47bd088
after_build_docfx.ps1
@@ -16,4 +16,5 @@ if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE -and $env:CONFIGURATION -eq "Release" -
16
git add -A 2>&1
17
git commit -m "CI Updates" -q
18
git push origin gh-pages -q
19
-}
+ CD $env:APPVEYOR_BUILD_FOLDER
20
+}
0 commit comments