We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c95d3 commit 5836489Copy full SHA for 5836489
.internal/update_outputs/update_single_notebook.sh
@@ -51,6 +51,7 @@ if [[ "$is_links_only" == true ]]; then
51
cp "$notebook_path" "$notebook_copy_path"
52
else
53
notebook_copy_path="$notebook_path"
54
+ notebook_copy_name="$notebook_name"
55
fi
56
57
# hook edit notebook
0 commit comments