Skip to content

Commit

Permalink
chore: fix Just task for link checking
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Jan 7, 2024
1 parent b5798cf commit 24e1520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ linkcheck:
cd book && just build
lychee --cache --max-cache-age 7d \
--exclude https://github\.com/dnaka91/mabo \
'book/src/**/*.md' \
'book/book/**/*.html' \
'book/.vitepress/dist/**/*.html' \
'crates/**/*.rs'

# Install the LSP server into the local system
Expand Down

0 comments on commit 24e1520

Please sign in to comment.