Skip to content

Commit

Permalink
Update check-urls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Dec 3, 2023
1 parent 0770664 commit 998484f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: urlstechie/urlchecker-action@master
with:
# A subfolder or path to navigate to in the present or cloned repository
subfolder: docs
subfolder: docs, xgi

# A comma-separated list of file types to cover in the URL checks
file_types: .md,.py,.rst
Expand All @@ -26,11 +26,5 @@ jobs:
# How many times to retry a failed request (each is logged, defaults to 1)
retry_count: 3

# A comma separated links to exclude during URL checks
exclude_urls: https://github.com/SuperKogito/URLs-checker/issues/1,https://github.com/SuperKogito/URLs-checker/issues/2

# A comma separated patterns to exclude during URL checks
exclude_patterns: https://github.com/SuperKogito/Voice-based-gender-recognition/issues

# choose if the force pass or not
force_pass : true

0 comments on commit 998484f

Please sign in to comment.