aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-27 08:11:28 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-27 08:11:28 -0800
commit4f734f47e4e0f667e9b95c8542c2822bf338869c (patch)
treeb12b4c58b043dbc9362cad1160de3139fa9aacca
parentfix link to repo (diff)
downloadfcuny.net-4f734f47e4e0f667e9b95c8542c2822bf338869c.tar.gz
specify correct path to scan for broken links
-rw-r--r--.github/workflows/check-links.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml
index 4ea3833..9d02486 100644
--- a/.github/workflows/check-links.yml
+++ b/.github/workflows/check-links.yml
@@ -38,6 +38,7 @@ jobs:
uses: lycheeverse/lychee-action@v2
with:
fail: false
+ args: './result/**/*.html'
- name: Save lychee cache
uses: actions/cache/save@v4
if: always()