Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarhkVoyd committed Feb 8, 2024
1 parent ff23d2b commit 3afc125
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- name: Validate Links in Markdown Files
uses: JustinBeckwith/linkinator-action@v1
with:
paths: 'test.md'
concurrency: 1
paths: 'pages/blog/posts/**/*.md'
markdown: true
retry: true
urlRewriteSearch: o
urlRewriteReplace: a
urlRewriteSearch: ^/
urlRewriteReplace: https://json-schema.org/

0 comments on commit 3afc125

Please sign in to comment.