From 24e15209799f6285ca3a55f7145556145cb61f30 Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sun, 7 Jan 2024 13:43:26 +0900 Subject: [PATCH] chore: fix Just task for link checking --- Justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Justfile b/Justfile index 0958412..7aa8069 100644 --- a/Justfile +++ b/Justfile @@ -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