We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa0228 commit 2b03dc5Copy full SHA for 2b03dc5
.github/workflows/deploy_skill_tree.yml
@@ -17,8 +17,18 @@ jobs:
17
mdbook-version: '0.4.1'
18
# mdbook-version: 'latest'
19
20
+ - name: Cache multiple paths
21
+ uses: actions/cache@v2
22
+ with:
23
+ path: |
24
+ ~/.cargo/bin
25
+ key: ${{ runner.os }}
26
+
27
- name: Install mdbook-skill-tree
- run: cargo install -f mdbook-skill-tree
28
+ run: cargo install --git https://github.com/nikomatsakis/skill-tree.git mdbook-skill-tree
29
30
+ - name: Install skill tree files
31
+ run: mdbook-skill-tree install
32
33
- run: mdbook build
34
book.toml
@@ -8,3 +8,4 @@ title = "const-eval"
8
command = "mdbook-skill-tree"
9
[output.html]
10
additional-js =["viz.js", "full.render.js", "skill-tree.js"]
11
+additional-css =["skill-tree.css"]
0 commit comments