Skip to content

Commit 87a15e0

Browse files
committed
Update mdbook to 0.4.51
1 parent cc794e5 commit 87a15e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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

0 commit comments

Comments
 (0)