Skip to content

Commit 237de2b

Browse files
committed
CI: Ignore book/404.html with link checker
1 parent 9e463b6 commit 237de2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
id: lychee
2020
uses: lycheeverse/lychee-action@v2
2121
with:
22-
args: "--verbose --no-progress --accept 200,203,503 --exclude-path ^target './**/*.md' './**/*.html'"
22+
args: "--verbose --no-progress --accept 200,203,503 --exclude-path ^target --exclude-path ^book/404.html$ './**/*.md' './**/*.html'"

0 commit comments

Comments
 (0)