Skip to content

Commit

Permalink
added base path to --base flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomivy authored Jan 18, 2024
1 parent 130fe73 commit c940b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: --base --verbose --no-progress './**/*.md' './**/*.html' './**/*.mdx'
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.mdx'
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c940b97

Please sign in to comment.