Skip to content

Commit 935f723

Browse files
committed
add/new-path-and-go-back-to-old-config
1 parent b1cad0b commit 935f723

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/validate-external-links.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ jobs:
1818
uses: lycheeverse/lychee-action@v2
1919
with:
2020
fail: false
21-
args: >-
22-
--retry-wait-time 10
23-
--max-retries 3
24-
--timeout 30
25-
--accept=200,403,429,408
26-
-s "https"
27-
"**/*.html" "**/*.md" "**/*.txt" "**/*.json"
28-
--exclude "https://github.com/\[your*"
29-
--exclude "https://localhost:9200"
30-
--exclude "/resources/admin-extension-sdk"
21+
args: --retry-wait-time 10 --max-retries 3 --timeout 30 --accept=200,403,429,408 -s "https" "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "https://github.com/\[your*" --exclude "https://localhost:9200" --exclude-path '(^|/)resources/guidelines/code/core(/|$)'
3122

3223
- name: Find Link Checker Issue
3324
uses: micalevisk/last-issue-action@v2

0 commit comments

Comments
 (0)