Skip to content

Commit cff0d89

Browse files
committed
chore(ci): remove robocopy
1 parent 9a95656 commit cff0d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Prepare publish folder (gh-pages/docs)
6161
run: |
6262
New-Item -ItemType Directory -Force -Path public/docs | Out-Null
63-
robocopy "docs/_site" "public/docs" /E /NFL /NDL /NJH /NJS /NC /NS | Out-Null
63+
Copy-Item -Path "docs/_site/*" -Destination "public/docs" -Recurse -Force
6464
if (Test-Path "docs/.nojekyll") { Copy-Item -Force "docs/.nojekyll" "public/docs/.nojekyll" }
6565
shell: pwsh
6666

0 commit comments

Comments
 (0)