Skip to content

Commit efbe6bf

Browse files
committed
chore: update link checker arguments to use regex exclusion for myblog-1c.ru
- Changed the link-checker.yml to use the --exclude flag instead of --exclude-url for improved regex pattern matching of the myblog-1c.ru domain.
1 parent 135b109 commit efbe6bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Link Checker
2222
uses: lycheeverse/lychee-action@v2.7.0
2323
with:
24-
args: --verbose --no-progress --exclude-url '.*myblog-1c\.ru.*' './**/*.md' './**/*.mdx'
24+
args: --verbose --no-progress --exclude '.*myblog-1c\.ru.*' './**/*.md' './**/*.mdx'
2525
fail: true
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)