File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions-rs/toolchain@v1
1414 with :
1515 toolchain : stable
16- - run : (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4 " mdbook)
16+ - run : (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.5 " mdbook)
1717 - run : mdbook build && mdbook test
1818 - uses : peaceiris/actions-gh-pages@v3
1919 with :
Original file line number Diff line number Diff line change 1313 - uses : actions-rs/toolchain@v1
1414 with :
1515 toolchain : stable
16- - run : (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.4 " mdbook)
16+ - run : (test -x $HOME/.cargo/bin/mdbook || cargo install --vers "^0.5 " mdbook)
1717 - run : mdbook build && mdbook test
Original file line number Diff line number Diff line change 11[book ]
22authors = [" David Koloski" ]
33language = " en"
4- multilingual = false
54src = " src"
65title = " Learn unsafe Rust"
You can’t perform that action at this time.
0 commit comments