From 998484fcbbe635d3b0cd269d7a5b2ad8ea3f91d2 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Sun, 3 Dec 2023 10:25:32 -0500 Subject: [PATCH] Update check-urls.yml --- .github/workflows/check-urls.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index fd143e7b8..c293b1144 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -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 @@ -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 \ No newline at end of file