Skip to content

Commit

Permalink
Sync the whole doc directory
Browse files Browse the repository at this point in the history
Hopefully, it will make --delete effective and will clean up deleted
guides.

(cherry picked from commit 27d19aa)
  • Loading branch information
gsmet committed Oct 18, 2022
1 parent 73c77d0 commit 132047d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sync-web-site.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 132047d

Please sign in to comment.