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 8806107 commit ae17a04Copy full SHA for ae17a04
Pipelines/Scripts/prepare-pages.ps1
@@ -14,7 +14,7 @@ $ProjectRoot = Resolve-Path -Path $ProjectRoot
14
$docs = Join-Path $ProjectRoot "docs"
15
16
# Copy root README images to docs
17
-Copy-Item -Path (Join-Path $ProjectRoot "images" "*") -Destination (Join-Path $docs "images") -Recurse
+Copy-Item -Path (Join-Path $ProjectRoot "images" "*") -Destination (Join-Path $docs "images") -Recurse -Force
18
19
$indexDestination = Join-Path $docs "index.md"
20
# Create home page, add front matter, and copy content
0 commit comments