diff --git a/docs/sync-web-site.sh b/docs/sync-web-site.sh index 94690c129d300..bb63550351317 100755 --- a/docs/sync-web-site.sh +++ b/docs/sync-web-site.sh @@ -50,7 +50,7 @@ rsync -vr --delete \ --exclude='**/_attributes-local.adoc' \ --exclude='**/guides.md' \ --exclude='**/_templates' \ - target/asciidoc/sources/* \ + target/asciidoc/sources/ \ $TARGET_GUIDES echo "\nCopying from ../target/asciidoc/generated/ to $TARGET_CONFIG"