Skip to content

Commit ae17a04

Browse files
committed
Update prepare-pages.ps1
1 parent 8806107 commit ae17a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipelines/Scripts/prepare-pages.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ProjectRoot = Resolve-Path -Path $ProjectRoot
1414
$docs = Join-Path $ProjectRoot "docs"
1515

1616
# Copy root README images to docs
17-
Copy-Item -Path (Join-Path $ProjectRoot "images" "*") -Destination (Join-Path $docs "images") -Recurse
17+
Copy-Item -Path (Join-Path $ProjectRoot "images" "*") -Destination (Join-Path $docs "images") -Recurse -Force
1818

1919
$indexDestination = Join-Path $docs "index.md"
2020
# Create home page, add front matter, and copy content

0 commit comments

Comments
 (0)