Skip to content

Commit 6ffb24b

Browse files
committed
fix lychee part 2
1 parent 7e907af commit 6ffb24b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2
4848
with:
4949
workingDirectory: docs
50-
args: --user-agent 'curl/8.13.0' --no-progress --remap "https://graft.rs file://$PWD/dist" --fallback-extensions html --root-dir $PWD/dist dist
50+
args: --user-agent 'curl/8.13.0' --no-progress --remap "https://graft.rs file://$PWD/dist" --fallback-extensions html --exclude-path "llms-.*\.txt" --root-dir $PWD/dist dist
5151
failIfEmpty: true
5252
format: markdown
5353
jobSummary: true

docs/.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
https://www.linkedin.com/
22
https://simonwillison.net/
3+
127.0.0.1

0 commit comments

Comments
 (0)