Skip to content

Commit 70ef610

Browse files
committed
Don't fail CI if already cached
1 parent fb8f954 commit 70ef610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy_skill_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
- name: Install mdbook-skill-tree
2828
run: cargo install --git https://github.com/nikomatsakis/skill-tree.git mdbook-skill-tree
29+
continue-on-error: true # we don't care if this is already cached
2930

3031
- name: Install skill tree files
3132
run: mdbook-skill-tree install

0 commit comments

Comments
 (0)