Skip to content

Commit 64424d6

Browse files
committed
Change syntax to dir-merge to see if direcotires are supported in the distignore file
1 parent 225bc53 commit 64424d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [[ "$BUILD_DIR" = false ]]; then
9696
# Copy from current branch to /trunk, excluding dotorg assets
9797
# The --filter flag will allow the full .gitignore syntax to be used in .distignore
9898
# The --delete flag will delete anything in destination that no longer exists in source
99-
rsync -rc --filter="merge $GITHUB_WORKSPACE/.distignore" "$GITHUB_WORKSPACE/" trunk/ --delete --delete-excluded
99+
rsync -rc --filter="dir-merge,- $GITHUB_WORKSPACE/.distignore" "$GITHUB_WORKSPACE/" trunk/ --delete --delete-excluded
100100
else
101101
echo "ℹ︎ Using .gitattributes"
102102

0 commit comments

Comments
 (0)