Skip to content

Commit 119f962

Browse files
authored
chore(deps): update dependency mdbook to v0.5.0 (#39)
2 parents b01e91f + 6bcfda2 commit 119f962

File tree

5 files changed

+35
-113
lines changed

5 files changed

+35
-113
lines changed

.github/renovate.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@
1111
"depNameTemplate": "mdbook",
1212
"packageNameTemplate": "rust-lang/mdBook",
1313
"datasourceTemplate": "github-releases"
14-
},
15-
{
16-
"customType": "regex",
17-
"fileMatch": ["(^|/)\\.github/workflows/deploy\\.yaml$"],
18-
"matchStrings": ["#\\s?renovate: slowsage/mdbook-pagetoc\\s*MDBOOK_PAGETOC_VERSION:\\s*'(?<currentValue>\\d\\.\\d+\\.\\d+)'"],
19-
"depNameTemplate": "mdbook-pagetoc",
20-
"packageNameTemplate": "slowsage/mdbook-pagetoc",
21-
"datasourceTemplate": "github-releases"
22-
},
23-
{
24-
"customType": "regex",
25-
"fileMatch": ["(^|/)\\.github/workflows/deploy\\.yaml$"],
26-
"matchStrings": ["#\\s?renovate: lambdalisue/rs-mdbook-alerts\\s*MDBOOK_ALERTS_VERSION:\\s*'(?<currentValue>\\d\\.\\d+\\.\\d+)'"],
27-
"depNameTemplate": "mdbook-alerts",
28-
"packageNameTemplate": "lambdalisue/rs-mdbook-alerts",
29-
"datasourceTemplate": "github-releases"
3014
}
3115
]
3216
}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
env:
1515
# renovate: rust-lang/mdBook
16-
MDBOOK_VERSION: '0.4.40'
16+
MDBOOK_VERSION: '0.5.1'
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6

.github/workflows/deploy.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,19 @@ jobs:
1919
runs-on: ubuntu-latest
2020
env:
2121
# renovate: rust-lang/mdBook
22-
MDBOOK_VERSION: '0.4.52'
23-
24-
# renovate: slowsage/mdbook-pagetoc
25-
MDBOOK_PAGETOC_VERSION: '0.2.2'
26-
27-
# renovate: lambdalisue/rs-mdbook-alerts
28-
MDBOOK_ALERTS_VERSION: '0.5.2'
22+
MDBOOK_VERSION: '0.5.1'
2923
steps:
3024
- name: Checkout
3125
uses: actions/checkout@v6
3226

3327
- name: Setup Pages
3428
uses: actions/configure-pages@v5
3529

36-
- name: Setup Rust
37-
uses: dtolnay/rust-toolchain@stable
38-
3930
- name: Install mdbook
4031
uses: peaceiris/actions-mdbook@v2
4132
with:
4233
mdbook-version: ${{ env.MDBOOK_VERSION }}
4334

44-
- name: Setup cache
45-
uses: Swatinem/rust-cache@v2
46-
with:
47-
prefix-key: "mdbook-template/gh-actions-cache"
48-
49-
- name: Install mdbook plugins
50-
run: |
51-
cargo install mdbook-pagetoc --version ${{ env.MDBOOK_PAGETOC_VERSION }}
52-
cargo install mdbook-alerts --version ${{ env.MDBOOK_ALERTS_VERSION }}
53-
5435
- name: Build with mdbook
5536
run: mdbook build
5637

book.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
src = "src"
33
title = "Pulsate Specification"
44
language = "ja"
5-
multilingual = false
65
authors = ["Pulsate Project Team <[email protected]>"]
76

87
[build]
98
build-dir = "build"
109
create-missing = false
11-
12-
[preprocessor.alerts]
13-
14-
[preprocessor.pagetoc]

deno.lock

Lines changed: 33 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)