Skip to content

Commit 73fc31d

Browse files
authored
Merge pull request #16 from Manishearth/mdbook-fix
agent-driven: update CI mdbook version to ^0.5 and fix deprecated book.toml
2 parents d3bccf3 + 6df57f0 commit 73fc31d

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
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

book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[book]
22
authors = ["David Koloski"]
33
language = "en"
4-
multilingual = false
54
src = "src"
65
title = "Learn unsafe Rust"

0 commit comments

Comments
 (0)