Skip to content

Commit

Permalink
Merge pull request #11 from QualitativeDataRepository/adam3smith-patch-1
Browse files Browse the repository at this point in the history
Add exclusions 10/2023
  • Loading branch information
adam3smith authored Oct 11, 2023
2 parents 42379ab + a4923a3 commit 6dfe558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Run Broken Links Checker
run: npx broken-link-checker $WEBSITE_URL --ordered --recursive --follow --exclude "10.1177" --exclude "HTTP_503" --exclude "10.1111/" --exclude "via.hypothes.is" --exclude "https://hypothes.is" --exclude "icpsr.umich.edu" --exclude "doi.org/10.17605" --exclude "doi.org/10.5334" --exclude "doi.org/10.1146" --exclude "doi.org/10.1086" --exclude "about.citiprogram.org/" --exclude "twitter.com" --exclude "pixabay.com" --exclude "pexels.com"
run: npx broken-link-checker $WEBSITE_URL --ordered --recursive --follow --exclude "10.1177" --exclude "HTTP_503" --exclude "10.1111/" --exclude "via.hypothes.is" --exclude "https://hypothes.is" --exclude "icpsr.umich.edu" --exclude "doi.org/10.17605" --exclude "doi.org/10.5334" --exclude "doi.org/10.1146" --exclude "doi.org/10.1086" --exclude "about.citiprogram.org/" --exclude "twitter.com" --exclude "pixabay.com" --exclude "pexels.com" --exclude "doi.org/10.31235" --exclude "doi.org/10.1080" --exclude "www.defensoria.gov.co"

- uses: actions/checkout@v3
if: failure()
Expand Down

0 comments on commit 6dfe558

Please sign in to comment.