Skip to content

Commit

Permalink
mdbook のバージョンを 0.4.35 に更新する
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher committed Aug 2, 2024
1 parent 234c3b3 commit 1fd68f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// mdbook をインストールする
"features": {
"ghcr.io/eitsupi/devcontainer-features/mdbook:1": {
"version": "0.4.32"
"version": "0.4.35"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.32'
mdbook-version: '0.4.35'

- name: build markdown
run: lake run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.32'
mdbook-version: '0.4.35'

- name: setup chrome
uses: browser-actions/setup-chrome@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* ただしファイル名は、`README` 以外は大文字が連続しないようにします。

> [!IMPORTANT]
> 使用する mdbook のバージョンは `0.4.32` に固定してください。レイアウトが崩れるおそれがあります。
> 使用する mdbook のバージョンは `0.4.35` に固定してください。レイアウトが崩れるおそれがあります。
## Do you want to translate this book?

Expand Down

0 comments on commit 1fd68f4

Please sign in to comment.