summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Büttner <sebastian.buettner@softwareag.com>2022-01-07 11:17:04 +0100
committerGitHub <noreply@github.com>2022-01-07 11:17:04 +0100
commita8539884e7cb0f84ea2973f53ddd8fc2dd3b360b (patch)
tree811f08687ec877452cbd11e65296a4acb77786a1
parent0e388712dd32d46bf334fd17de66468d3382b9f7 (diff)
Installing linkchech in actions
-rw-r--r--.github/workflows/gh-pages.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index cd6cc3ab..ca8d2ba9 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -29,6 +29,11 @@ jobs:
crate: mdbook-mermaid
version: latest
+ - uses: actions-rs/install@v0.1
+ with:
+ crate: mdbook-linkcheck
+ version: latest
+
- run: |
ls -l
cd docs