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 a8fc2a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ runs:
# 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 +nightly 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 +nightly install mdbook-svgbob --locked --version 0.2.1
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.1.0
run: cargo +nightly install mdbook-i18n-helpers --locked --version 0.2.4
shell: bash
5 changes: 5 additions & 0 deletions .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-10-13

- name: Install mdbook
uses: ./.github/workflows/install-mdbook

Expand Down

0 comments on commit a8fc2a2

Please sign in to comment.