Skip to content

Commit 6a3cdf2

Browse files
committed
Acutally push docs on build now
1 parent ec6809c commit 6a3cdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/push.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ try {
2828
Pop-Location
2929
}
3030
exec git commit -m "Generate documentation from $SourceCommit"
31-
exec git push --dry-run
31+
exec git push origin gh-pages
3232
}
3333
finally {
3434
Pop-Location

0 commit comments

Comments
 (0)