File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ if [[ -e "$GITHUB_WORKSPACE/.distignore" ]]; then
5454 echo " ℹ︎ Using .distignore"
5555 # Copy from current branch to /trunk, excluding dotorg assets
5656 # The --delete flag will delete anything in destination that no longer exists in source
57- rsync -rc --exclude-from=" $GITHUB_WORKSPACE /.distignore" " $GITHUB_WORKSPACE /" trunk/ --delete
57+ rsync -rc --exclude-from=" $GITHUB_WORKSPACE /.distignore" " $GITHUB_WORKSPACE /" trunk/ --delete --delete-excluded
5858else
5959 echo " ℹ︎ Using .gitattributes"
6060
8989
9090 # Copy from clean copy to /trunk, excluding dotorg assets
9191 # The --delete flag will delete anything in destination that no longer exists in source
92- rsync -rc " $TMP_DIR /" trunk/ --delete
92+ rsync -rc " $TMP_DIR /" trunk/ --delete --delete-excluded
9393fi
9494
9595# Copy dotorg assets to /assets
You can’t perform that action at this time.
0 commit comments