File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 54
54
- name : Run lychee
55
55
uses : lycheeverse/lychee-action@v1.8.0
56
56
with :
57
- args : " --base . --cache --config .github/workflows/lychee.toml -- './**/*.html' './**/*.css'"
57
+ args : " --base . --cache --config .github/workflows/lychee.toml -- '.site /**/*.html' '.site /**/*.css'"
58
58
fail : true
59
-
59
+
60
60
- name : Save lychee cache
61
61
uses : actions/cache/save@v3
62
62
if : always()
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ timeout = 5
9
9
10
10
# Exclude full URLs (exact matches)
11
11
exclude = [
12
- " file://*/docs/assets/*" ,
13
12
" https://scholar.google.com" ,
14
13
" https://academic.oup.com/bioinformatics/" ,
15
14
" https://useast.ensembl.org" ,
@@ -23,7 +22,6 @@ exclude = [
23
22
24
23
# Exclude files or paths from checking
25
24
exclude_path = [
26
- " templates/cards.html" ,
27
25
" assets/home.html" ,
28
26
" 404.html"
29
27
]
You can’t perform that action at this time.
0 commit comments