We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cb21e commit f837abdCopy full SHA for f837abd
1 file changed
deploy.sh
@@ -156,7 +156,7 @@ if [[ "$BUILD_DIR" = false ]]; then
156
# The --delete flag will delete anything in destination that no longer exists in source
157
# The --itemize-changes flag will show the changes made to each file
158
159
- rsync -rcv --files-from=$GITHUB_WORKSPACE/included-files.txt "$GITHUB_WORKSPACE/" trunk/ --delete --itemize-changes
+ rsync -rcv --files-from="$GITHUB_WORKSPACE/included-files.txt" "$GITHUB_WORKSPACE/" trunk/ --delete --itemize-changes
160
161
echo "ℹ︎ LS current dir"
162
0 commit comments