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 225bc53 commit 64424d6Copy full SHA for 64424d6
deploy.sh
@@ -96,7 +96,7 @@ if [[ "$BUILD_DIR" = false ]]; then
96
# Copy from current branch to /trunk, excluding dotorg assets
97
# The --filter flag will allow the full .gitignore syntax to be used in .distignore
98
# 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
+ rsync -rc --filter="dir-merge,- $GITHUB_WORKSPACE/.distignore" "$GITHUB_WORKSPACE/" trunk/ --delete --delete-excluded
100
else
101
echo "ℹ︎ Using .gitattributes"
102
0 commit comments