Skip to content

Commit 3397285

Browse files
ehussMark-Simulacrum
authored andcommitted
Update mdbook to 0.4.48
1 parent b7bd90c commit 3397285

File tree

4 files changed

+249
-60
lines changed

4 files changed

+249
-60
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install mdbook
20-
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.35/mdbook-v0.4.35-x86_64-unknown-linux-gnu.tar.gz | tar -xz
20+
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.48/mdbook-v0.4.48-x86_64-unknown-linux-gnu.tar.gz | tar -xz
2121
- name: Check blacksmith format
2222
run: cargo fmt --check --manifest-path=blacksmith/Cargo.toml
2323
- name: Build book

0 commit comments

Comments
 (0)