Skip to content

Commit 748db8b

Browse files
committed
fix: install mdbook-admonish
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 3215d9d commit 748db8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/mdbook.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ jobs:
6868
with:
6969
key: tfdocs
7070
path: ./tfdocs/terraform-docs
71-
71+
- name: Install mdbook-admonish
72+
shell: bash
73+
env:
74+
CARGO_HOME: ./cargo
75+
run: |
76+
export PATH=`pwd`/cargo/bin:${PATH}
77+
cd docs
78+
mdbook-admonish install
7279
- name: Generate docs
7380
shell: bash
7481
env:

0 commit comments

Comments
 (0)