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 cd4f0f3 commit 2facb74Copy full SHA for 2facb74
rsync-antora-reference/rsync-docs.sh
@@ -43,7 +43,7 @@ fi
43
if [ -f "$FROM/.cache" ]; then
44
RSYNC_OPTS="$RSYNC_OPTS$(find $FROM/.cache -printf ' --include /.cache/%P')"
45
fi
46
- RSYNC_OPTS="$RSYNC_OPTS --exclude /.cache --exclude /.cache/* "
+ RSYNC_OPTS="$RSYNC_OPTS --exclude /.cache/* "
47
if [ -n "$BUILD_REFNAME" ]; then
48
RSYNC_OPTS="-c $RSYNC_OPTS$(find $FROM -mindepth 1 -maxdepth 1 \! -name 404.html \! -name '.*' -type f -printf ' --include /%P')"
49
RSYNC_OPTS="$RSYNC_OPTS$(find $FROM -mindepth 1 -maxdepth 1 -type d \! -name _ -printf ' --include /%P --include /%P/**') --exclude **"
0 commit comments