diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ea334652..0d50b3527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Build book run: mkdir target && mdbook build - name: Check links - run: linkchecker --ignore-url "print.html" book + run: linkchecker book - name: Deploy book if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}