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 3653974 commit 30dafe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Validate Links in Markdown Files
uses: JustinBeckwith/linkinator-action@v1
with:
paths: 'pages/blog/posts/**/*.md'
paths: 'pages/blog/posts/applicability-json-schema-fundamentals-part-1.md'
markdown: true
retry: true
urlRewriteSearch: http://localhost:37321/
urlRewriteSearch: '/http://localhost:37321//'
urlRewriteReplace: https://json-schema.org/
verbosity: DEBUG
# verbosity: DEBUG

0 comments on commit 30dafe4

Please sign in to comment.