Skip to content

Commit 00e4673

Browse files
authored
Fix docs build (#264)
1 parent f1bd147 commit 00e4673

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install mdBook
5151
run: |
52-
cargo install mdbook mdbook-linkcheck
52+
cargo install mdbook mdbook-linkcheck2
5353
5454
- name: Build mdBook
5555
run: |

docs/book.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
[book]
55
authors = ["novafacing"]
66
language = "en"
7-
multilingual = false
87
src = "src"
98
title = "TSFFS: Target Software Fuzzer for SIMICS"
109

1110
[output.html]
1211

13-
[output.linkcheck]
12+
[output.linkcheck2]

0 commit comments

Comments
 (0)