Skip to content

Commit 6291fa8

Browse files
committed
trying something with lychee
1 parent 911033a commit 6291fa8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
- name: Run lychee
5555
uses: lycheeverse/lychee-action@v1.8.0
5656
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'"
5858
fail: true
59-
59+
6060
- name: Save lychee cache
6161
uses: actions/cache/save@v3
6262
if: always()

.github/workflows/lychee.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ timeout = 5
99

1010
# Exclude full URLs (exact matches)
1111
exclude = [
12-
"file://*/docs/assets/*",
1312
"https://scholar.google.com",
1413
"https://academic.oup.com/bioinformatics/",
1514
"https://useast.ensembl.org",
@@ -23,7 +22,6 @@ exclude = [
2322

2423
# Exclude files or paths from checking
2524
exclude_path = [
26-
"templates/cards.html",
2725
"assets/home.html",
2826
"404.html"
2927
]

0 commit comments

Comments
 (0)