Skip to content

Commit 2b03dc5

Browse files
committed
Bump to latest skill tree binary and run that on CI
1 parent afa0228 commit 2b03dc5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/deploy_skill_tree.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,18 @@ jobs:
1717
mdbook-version: '0.4.1'
1818
# mdbook-version: 'latest'
1919

20+
- name: Cache multiple paths
21+
uses: actions/cache@v2
22+
with:
23+
path: |
24+
~/.cargo/bin
25+
key: ${{ runner.os }}
26+
2027
- name: Install mdbook-skill-tree
21-
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
2232

2333
- run: mdbook build
2434

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ title = "const-eval"
88
command = "mdbook-skill-tree"
99
[output.html]
1010
additional-js =["viz.js", "full.render.js", "skill-tree.js"]
11+
additional-css =["skill-tree.css"]

0 commit comments

Comments
 (0)