diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-11-03 19:47:28 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-11-03 19:47:28 +0100 |
| commit | 9ddf3bf8e79c9bca2a261a14c5adc3ac9472f3c3 (patch) | |
| tree | 0f5b1b36ca69376e607074cabf0168b9f5ea3759 /ci/install.sh | |
| parent | c27efea6b709c5a1b4cf4da98f108c7636993474 (diff) | |
run linkchecker
Diffstat (limited to 'ci/install.sh')
| -rw-r--r-- | ci/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/install.sh b/ci/install.sh index 0d5e221..9000772 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -12,6 +12,8 @@ main() { # install mdbook curl -LSfs https://japaric.github.io/trust/install.sh | \ sh -s -- --git rust-lang-nursery/mdbook --tag v0.2.1 + + pip install linkchecker --user } main |
