Skip to content

Commit 592914b

Browse files
authored
Update mdbook to 0.4.26 (#500)
This fixes a compilation problem when deploying Timely. Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
1 parent 0c52513 commit 592914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v3
13-
- run: cargo install mdbook --version 0.4.20
13+
- run: cargo install mdbook --version 0.4.26
1414
- run: cd mdbook && mdbook build
1515
- uses: JamesIves/github-pages-deploy-action@v4
1616
with:

0 commit comments

Comments
 (0)