Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
f30089aa
Unverified
Commit
f30089aa
authored
Dec 19, 2025
by
Anant Sharma
Committed by
GitHub
Dec 19, 2025
Browse files
fix: exclude test data from lychee checks (#5032)
Signed-off-by:
Anant Sharma
<
anants@nvidia.com
>
parent
910b587d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/docs-link-check.yml
.github/workflows/docs-link-check.yml
+1
-0
No files found.
.github/workflows/docs-link-check.yml
View file @
f30089aa
...
@@ -70,6 +70,7 @@ jobs:
...
@@ -70,6 +70,7 @@ jobs:
--timeout 20 \
--timeout 20 \
--root-dir "${{ github.workspace }}" \
--root-dir "${{ github.workspace }}" \
--exclude-path ".*ATTRIBUTIONS.*" \
--exclude-path ".*ATTRIBUTIONS.*" \
--exclude-path "./lib/llm/tests/data/.*" \
--accept "200..=299, 403, 429" \
--accept "200..=299, 403, 429" \
--exclude-all-private --exclude 0.0.0.0 \
--exclude-all-private --exclude 0.0.0.0 \
$OFFLINE_FLAG \
$OFFLINE_FLAG \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment