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 527a5cc commit 21468d5Copy full SHA for 21468d5
.github/workflows/ci.yml
@@ -35,6 +35,13 @@ jobs:
35
- name: Install mdbook
36
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
37
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
+
45
- name: Execute tests for Chalk book
46
run: cd book && ./mdbook test
47
0 commit comments