Skip to content

Commit

Permalink
Use the latest verison of mBook to fix copy to clipboard
Browse files Browse the repository at this point in the history
Before this copy code to clipboard on pages with playground (tutorial-5.md) was copying the hidden lines
  • Loading branch information
mart-e authored and pvdrz committed Dec 10, 2024
1 parent a36fe18 commit 856dcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Test book
run: |
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-linux-gnu.tar.gz | tar xz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.34/mdbook-v0.4.34-x86_64-unknown-linux-gnu.tar.gz | tar xz
./mdbook build book
./mdbook test book
Expand Down

0 comments on commit 856dcac

Please sign in to comment.