Skip to content

Commit 4f25e6c

Browse files
committed
Exclude the template file for crawlers
1 parent 494bbe4 commit 4f25e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Link Checker
8888
uses: lycheeverse/lychee-action@v2
8989
with:
90-
args: --verbose --no-progress "."
90+
args: --verbose --no-progress "." --exlude-path "docs/source/_templates/page.html"
9191
fail: true
9292
env:
9393
# This reduces false positive due to rate limits

0 commit comments

Comments
 (0)