Skip to content

Commit 47bd088

Browse files
authored
Update after_build_docfx.ps1
1 parent 255eeca commit 47bd088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

after_build_docfx.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE -and $env:CONFIGURATION -eq "Release" -
1616
git add -A 2>&1
1717
git commit -m "CI Updates" -q
1818
git push origin gh-pages -q
19-
}
19+
CD $env:APPVEYOR_BUILD_FOLDER
20+
}

0 commit comments

Comments
 (0)