Skip to content

Commit

Permalink
Update mdbook to 4.40
Browse files Browse the repository at this point in the history
Adds <div class="warning"> among other things.
  • Loading branch information
brooksdavis committed Oct 18, 2024
1 parent 2c73559 commit b5058c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
profile: minimal

- name: Install mdbook
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.2/mdbook-v0.4.2-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin

- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit b5058c7

Please sign in to comment.