Merge pull request #27662 from element-hq/florianduros/ci/mdbooks
Remove `mdbook-combiner` version
This commit is contained in:
commit
a7ace95eac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
mdbook-version: "0.4.10"
|
mdbook-version: "0.4.10"
|
||||||
|
|
||||||
- name: Install mdbook extensions
|
- name: Install mdbook extensions
|
||||||
run: cargo install mdbook-combiner@0.1.15 mdbook-mermaid
|
run: cargo install mdbook-combiner mdbook-mermaid
|
||||||
|
|
||||||
- name: Prepare docs
|
- name: Prepare docs
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue