Skip to content

Commit 4eddde1

Browse files
authored
ci: fix mdbook build (#368)
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent b0aced5 commit 4eddde1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Install mdBook
21-
run: cargo install mdbook mdbook-fs-summary mdbook-toc
21+
run: cargo install mdbook@0.4.52 mdbook-fs-summary@0.2.1 mdbook-toc@0.14.2
2222

2323
- name: Build mdbook
2424
run: |

docs/book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[book]
22
language = "en"
3-
multilingual = false
43
src = "src"
54
title = "Cluster API Addon Provider Fleet"
65
description = "Addon for native Fleet GitOps integration with CAPI"

0 commit comments

Comments
 (0)