Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/actions/mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ inputs:
description: |
Version of mdbook-linkcheck to use (ex. '0.7.7')

mdbook-tabs-version:
type: string
required: false
default: "0.1.13"
description: |
Version of mdbook-tabs to use (ex. '0.1.13')

runs:
using: composite
steps:
Expand All @@ -58,6 +65,10 @@ runs:
with:
tool: "mdbook-linkcheck@${{ inputs.mdbook-linkcheck-version }}"

- uses: taiki-e/cache-cargo-install-action@4d586f211d9b0bca9e7b59e57e2a0febf36c0929 # v2.1.1
with:
tool: "mdbook-tabs@${{ inputs.mdbook-tabs-version }}"

- name: Setup Python
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This repository also makes use of mdBook plugins. To install mdBook and the plug
cargo install --version 0.4.21 mdbook
cargo install --version 0.6.7 mdbook-alerts
cargo install --version 0.7.7 mdbook-linkcheck
cargo install --version 0.1.13 mdbook-tabs
```

[cargo]: https://doc.rust-lang.org/cargo
Expand Down
Loading