Skip to content

Commit

Permalink
doc: update mdbook version
Browse files Browse the repository at this point in the history
  • Loading branch information
s1rius committed Oct 14, 2023
1 parent b2a8933 commit 4d7cd3c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ description: Install mdbook with the dependencies we need.
runs:
using: composite
steps:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.28
run: cargo install mdbook --locked --version 0.4.35
shell: bash

- name: Install mdbook-svgbob
run: cargo install mdbook-svgbob --locked --version 0.2.1
run: cargo install mdbook-svgbob --git https://github.com/boozook/mdbook-svgbob --rev 6f62155
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.1.0
run: cargo install mdbook-i18n-helpers --locked --version 0.2.4
shell: bash

0 comments on commit 4d7cd3c

Please sign in to comment.