Skip to content

Commit 0fd07bc

Browse files
committed
Install skill-tree plugin for mdbook
1 parent 611cd49 commit 0fd07bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy_skill_tree.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
mdbook-version: '0.4.1'
1818
# mdbook-version: 'latest'
1919

20+
- name: Install mdbook-skill-tree
21+
run: cargo install -f mdbook-skill-tree
22+
2023
- run: mdbook build
2124

2225
- name: Deploy

0 commit comments

Comments
 (0)