Skip to content

Commit 64f7872

Browse files
chore: set mdbook version to v0.4.52
指定 mdbook 的版本, 避免后续 mdbook 更新版本与模板不匹配引入错误, 本地版本与部署版本保持一致, 方便发现问题.
1 parent 27a1e02 commit 64f7872

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup mdBook
3939
uses: peaceiris/actions-mdbook@v2
4040
with:
41-
mdbook-version: 'latest'
41+
mdbook-version: 'v0.4.52'
4242
- name: Install mdbook plugins
4343
shell: bash
4444
run: |

src/share/rsdk/infra-package/.github/workflows/docs.yaml.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function(
5252
name: "Setup mdBook",
5353
uses: "peaceiris/actions-mdbook@v2",
5454
with: {
55-
"mdbook-version": "latest",
55+
"mdbook-version": "v0.4.52",
5656
},
5757
},
5858
{

src/share/rsdk/infra-package/devenv.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
},
7575
"nixpkgs": {
7676
"locked": {
77-
"lastModified": 1746807397,
77+
"lastModified": 1755783167,
7878
"owner": "cachix",
7979
"repo": "devenv-nixpkgs",
80-
"rev": "c5208b594838ea8e6cca5997fbf784b7cca1ca90",
80+
"rev": "4a880fb247d24fbca57269af672e8f78935b0328",
8181
"type": "github"
8282
},
8383
"original": {

0 commit comments

Comments
 (0)