Skip to content

Commit 1326696

Browse files
committed
Fix find command
1 parent 98d933d commit 1326696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift-generate-and-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
run: |
259259
TARGET_DIR="$(realpath "${TARGET_DIR}")"
260260
rm -rf "${TARGET_DIR}"
261-
find . -type d -name '*.doccarchive' -exec cp -R '{}' "${TARGET_DIR}"\ ;
261+
find . -type d -name '*.doccarchive' -exec cp -R '{}' "${TARGET_DIR}" \;
262262
- name: Create root index
263263
working-directory: repository
264264
env:

0 commit comments

Comments
 (0)