Skip to content

Commit 21468d5

Browse files
Updated CI to install mdbook-linkcheck
1 parent 527a5cc commit 21468d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
- name: Install mdbook
3636
run: cd book && curl -L https://github.com/rust-lang/mdBook/releases/download/v0.3.5/mdbook-v0.3.5-x86_64-unknown-linux-gnu.tar.gz | tar xz
3737

38+
- name: Install mdbook-linkcheck
39+
run: |
40+
cd book
41+
curl -L https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/download/v0.5.0/mdbook-linkcheck-v0.5.0-x86_64-unknown-linux-gnu.tar.gz | tar xz
42+
# Add the book directory to the $PATH
43+
echo "::add-path::$GITHUB_WORKSPACE/book"
44+
3845
- name: Execute tests for Chalk book
3946
run: cd book && ./mdbook test
4047

0 commit comments

Comments
 (0)