Skip to content

Commit 6c28c66

Browse files
committed
Exclude doc-preview-notification from lychee link checks
1 parent c05c49e commit 6c28c66

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.lycheeignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ http://localhost:6006
1515

1616
# Ignore local host link from advanced_source/cpp_frontend.rst
1717
https://www.uber.com/blog/deep-neuroevolution/
18-
19-
# Ignore dynamic URLs in GitHub Actions workflow (contains template variables)
20-
https://docs-preview.pytorch.org/pytorch/tutorials/\$\{PR_NUMBER\}/.*
21-
https://github.com/\$\{context\.repo\.owner\}/\$\{context\.repo\.repo\}/actions

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exclude_path = [".jenkins/build.sh", "_static/img/", "_static/images/"]
1+
exclude_path = [".jenkins/build.sh", "_static/img/", "_static/images/", ".github/workflows/doc-preview-notification.yml"]

0 commit comments

Comments
 (0)