Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeisler authored Mar 5, 2024
1 parent 2681f47 commit cc6d609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
mdbook build -d "$dest_dir"

# Disable the redbox button in built versions of the course
echo '// disabled' > "${dest_dir}/html/theme/redbox.js"
echo '// Disabled in published builds, see build.sh' > "${dest_dir}/html/theme/redbox.js"

mv "$dest_dir/pandoc/pdf/comprehensive-rust.pdf" "$dest_dir/html/"
(cd "$dest_dir/exerciser" && zip --recurse-paths ../html/comprehensive-rust-exercises.zip comprehensive-rust-exercises/)
Expand Down

0 comments on commit cc6d609

Please sign in to comment.