Skip to content

Commit

Permalink
Only check docs folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 6, 2023
1 parent 2d3a0bf commit 9d87ad7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: |
.github
docs
- name: Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --base . --verbose --no-progress .
args: --base . --verbose --no-progress docs

0 comments on commit 9d87ad7

Please sign in to comment.