From e30116cca2213e93dba3bcf2cdc0bfa269c3dae3 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sun, 27 Feb 2022 16:37:14 +0530 Subject: [PATCH] Make linkcheck optional even in gh ci --- .github/workflows/book.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 2377ba8..85cdbc3 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -17,10 +17,6 @@ jobs: uses: actions/checkout@v2 - name: Install mdBook uses: peaceiris/actions-mdbook@v1 - - name: Install mdbook-linkcheck - run: | - curl -LSfs https://japaric.github.io/trust/install.sh | \ - sh -s -- --git Michael-F-Bryan/mdbook-linkcheck - name: Render book run: | mdbook build -d gh-pages docs/en