Always check doc links in CI (#2178)

- Check all links on every PR to better avoid broken links.
This commit is contained in:
Zach Wasserman
2021-09-22 10:29:43 -04:00
committed by GitHub
parent 6413befdd1
commit bc3d7fbe2b
-1
View File
@@ -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 }}