diff --git a/build b/build index c954be8..07991c3 100755 --- a/build +++ b/build @@ -133,6 +133,8 @@ task_main() { task_begin "Copying images"; cp -r images/ "${build_output_folder}"; + mkdir "${build_output_folder}/201/images"; + cp 201/images/feedback.svg "${build_output_folder}/201/images/"; task_end "$?"; task_begin "Rendering lab sheets: markdown -> html [phase 1/3]";