From bc3d7fbe2b57cb8b6277aa786d6c4a07f0b970fa Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Wed, 22 Sep 2021 07:29:43 -0700 Subject: [PATCH] Always check doc links in CI (#2178) - Check all links on every PR to better avoid broken links. --- .github/workflows/docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ed33f31b81..313c7e37d2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,6 @@ jobs: - uses: actions/checkout@master - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - check-modified-files-only: 'yes' use-quiet-mode: 'yes' config-file: .github/workflows/markdown-link-check-config.json base-branch: ${{ github.base_ref }}