From fc2e5133f8f0105b91600fee051c353bb2a085e2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 21 Oct 2019 14:20:31 +0100 Subject: [PATCH] [201] Copy feedback svg to output --- build | 2 ++ 1 file changed, 2 insertions(+) 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]";