Skip to content

Commit

Permalink
Sync Without Attempting To Keep Origins Permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 9, 2025
1 parent 2c5c74d commit f03ca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webhelp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "Error: VCELL_WEBHELP_REMOTE_DIR or manager_node is not set."
exit 1;
fi
if ! rsync -a "${webhelp_local_dir}/topics" "$ssh_user@$manager_node:${webhelp_deploy_dir}";
if ! rsync -r "${webhelp_local_dir}/topics" "$ssh_user@$manager_node:${webhelp_deploy_dir}";
then
echo "failed to copy html files in topic directory to webhelp deploy directory";
exit 1;
Expand Down

0 comments on commit f03ca47

Please sign in to comment.