File tree Expand file tree Collapse file tree 4 files changed +123
-134
lines changed
Expand file tree Collapse file tree 4 files changed +123
-134
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain ${RUST_VERS
1919ENV PATH=$PATH:$HOME/.cargo/bin
2020
2121# mdbook と mdbook のプラグインのインストール
22- RUN cargo install --version 0.4.40 mdbook && \
22+ RUN cargo install --version 0.4.41 mdbook && \
2323 cargo install --version 1.18.0 mdbook-admonish
Original file line number Diff line number Diff line change 88 * [ mdbook-admonish] ( https://github.com/tommilligan/mdbook-admonish ) を使用してカードを表示させています。
99
1010> [ !IMPORTANT]
11- > 開発に使用する mdbook のバージョンは ` 0.4.40 ` に固定してください。
11+ > 開発に使用する mdbook のバージョンは ` 0.4.41 ` に固定してください。
1212
1313* [ mdgen] ( https://github.com/Seasawher/mdgen ) を Lean ファイルから markdown ファイルを生成するために使用しています。
1414
Original file line number Diff line number Diff line change 3636 - name : Setup mdBook
3737 uses : peaceiris/actions-mdbook@v2
3838 with :
39- mdbook-version : ' 0.4.40 '
39+ mdbook-version : ' 0.4.41 '
4040
4141 - name : install mdbook-admonish
4242 uses : baptiste0928/cargo-install@v3
You can’t perform that action at this time.
0 commit comments