Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST_VERS
ENV PATH=$PATH:$HOME/.cargo/bin

# mdbook と mdbook のプラグインのインストール
RUN cargo install --version 0.4.40 mdbook && \
RUN cargo install --version 0.4.41 mdbook && \
cargo install --version 1.18.0 mdbook-admonish
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [mdbook-admonish](https://github.com/tommilligan/mdbook-admonish) を使用してカードを表示させています。

> [!IMPORTANT]
> 開発に使用する mdbook のバージョンは `0.4.40` に固定してください。
> 開発に使用する mdbook のバージョンは `0.4.41` に固定してください。

* [mdgen](https://github.com/Seasawher/mdgen) を Lean ファイルから markdown ファイルを生成するために使用しています。

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.40'
mdbook-version: '0.4.41'

- name: install mdbook-admonish
uses: baptiste0928/cargo-install@v3
Expand Down
Loading
Loading