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 998484f commit 246a114
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
- name: urls-checker
uses: urlstechie/urlchecker-action@master
with:
# A subfolder or path to navigate to in the present or cloned repository
subfolder: docs, xgi

# A comma-separated list of file types to cover in the URL checks
file_types: .md,.py,.rst

Expand All @@ -27,4 +24,4 @@ jobs:
retry_count: 3

# choose if the force pass or not
force_pass : true
force_pass : false

0 comments on commit 246a114

Please sign in to comment.