Skip to content

Commit 7310026

Browse files
authored
Merge pull request #862 from apiraino/update-dep
Update mdbook dependency
2 parents ac73f02 + 87a15e0 commit 7310026

File tree

3 files changed

+8
-29
lines changed

3 files changed

+8
-29
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ jobs:
1111
ci:
1212
name: CI
1313
runs-on: ubuntu-latest
14+
env:
15+
MDBOOK_VERSION: 0.4.51
1416
permissions:
1517
id-token: write
1618
contents: write
1719
steps:
1820
- uses: actions/checkout@v3
1921
- name: Install mdbook
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
22+
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v${MDBOOK_VERSION}/mdbook-v${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz | tar -xz
2123
- name: Check blacksmith format
2224
run: cargo fmt --check --manifest-path=blacksmith/Cargo.toml
2325
- name: Build book

blacksmith/Cargo.lock

Lines changed: 4 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blacksmith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ serde_json = "1.0.108"
1717
toml = "0.8.8"
1818

1919
[dependencies.mdbook]
20-
version = "0.4.48"
20+
version = "0.4.51"
2121
default-features = false
2222
features = ["search"]

0 commit comments

Comments
 (0)