File tree Expand file tree Collapse file tree 5 files changed +35
-113
lines changed
Expand file tree Collapse file tree 5 files changed +35
-113
lines changed Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22src = " src"
33title = " Pulsate Specification"
44language = " ja"
5- multilingual = false
65authors = [" Pulsate Project Team <info@pulsate.dev>" ]
76
87[build ]
98build-dir = " build"
109create-missing = false
11-
12- [preprocessor .alerts ]
13-
14- [preprocessor .pagetoc ]
You can’t perform that action at this time.
0 commit comments