Skip to content

Commit 856dcac

Browse files
mart-epvdrz
authored andcommitted
Use the latest verison of mBook to fix copy to clipboard
Before this copy code to clipboard on pages with playground (tutorial-5.md) was copying the hidden lines
1 parent a36fe18 commit 856dcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Test book
1717
run: |
18-
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
18+
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
1919
./mdbook build book
2020
./mdbook test book
2121

0 commit comments

Comments
 (0)