Skip to content

Commit

Permalink
Forgot to include QEMU code in the output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed May 22, 2024
1 parent dd42274 commit c27ccb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ mv ./exercise-book/book "${OUTPUT_NAME}/exercise-book/html"
cp -r ./exercise-templates "${OUTPUT_NAME}/"
cp -r ./exercise-solutions "${OUTPUT_NAME}/"
cp -r ./nrf52-code "${OUTPUT_NAME}/"
cp -r ./qemu-code "${OUTPUT_NAME}/"
cp -r ./xtask "${OUTPUT_NAME}/"
cp -r ./.cargo "${OUTPUT_NAME}/"
cp -r ./tools "${OUTPUT_NAME}/"
Expand Down

0 comments on commit c27ccb5

Please sign in to comment.