Skip to content

Commit

Permalink
redirect it to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmin2 committed Feb 29, 2024
1 parent 52d67f9 commit 4bd92af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: '--base https://json-schema.org --verbose --no-progress **/*.md'
args: '--base http://localhost:3000 --verbose --no-progress **/*.md'

# we should add here deployment steps here

0 comments on commit 4bd92af

Please sign in to comment.