Skip to content

Commit

Permalink
Merge pull request #1412 from virtualcell/help-generation-fix
Browse files Browse the repository at this point in the history
Sync Without Attempting To Keep Origins Permissions
  • Loading branch information
AvocadoMoon authored Jan 9, 2025
2 parents 9d0af7a + f03ca47 commit 654e1cb
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 654e1cb

Please sign in to comment.