Commit f847e2f
committed
Fix BuildDocs.ps1 -Publish error
This change fixes an issue with the BuildDocs.ps1 script that causes it
to throw an error when Remove-Item is called to delete the old
documentation repo folder. It now uses Test-Path to check for the
folder's existence before attempting to delete it.1 parent 15d866e commit f847e2f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments